Re: [PATCH 0/9] drivers: net: update tasklet_init callers
Jakub Kicinski <[email protected]>
| Newsgroups | gmane.linux.network,gmane.linux.usb.general,gmane.linux.ppp,gmane.linux.kernel |
|---|---|
| Message-ID | <20210202200727.4641cd7e@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> |
On Sun, 31 Jan 2021 00:47:21 +0100 Emil Renner Berthing wrote:
> This updates the remaining callers of tasklet_init() in drivers/net
> to the new API introduced in
> commit 12cc923f1ccc ("tasklet: Introduce new initialization API")
>
> All changes are done by coccinelle using the following semantic patch.
> Coccinelle needs a little help parsing drivers/net/arcnet/arcnet.c
Applied, thanks!