From: David Miller <davem@davemloft.net>
To: w-lkml@lebenslange-mailadresse.de
Cc: devel@driverdev.osuosl.org, linux-s390@vger.kernel.org,
b.a.t.m.a.n@lists.open-mesh.org, trivial@kernel.org,
xen-devel@lists.xenproject.org, linux-rdma@vger.kernel.org,
netdev@vger.kernel.org, linux-usb@vger.kernel.org,
linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
virtualization@lists.linux-foundation.org,
e1000-devel@lists.sourceforge.net,
bridge@lists.linux-foundation.org, devel@linuxdriverproject.org,
nios2-dev@lists.rocketboards.org, dev@openvswitch.org,
linuxppc-dev@lists.ozlabs.org, linux-acenic@sunsite.dk
Subject: Re: [PATCH] [resend] net: get rid of SET_ETHTOOL_OPS
Date: Tue, 13 May 2014 17:43:45 -0400 (EDT) [thread overview]
Message-ID: <20140513.174345.406760552060437774.davem@davemloft.net> (raw)
In-Reply-To: <20140511001231.GC7875@kaos.lebenslange-mailadresse.de>
From: Wilfried Klaebe <w-lkml@lebenslange-mailadresse.de>
Date: Sun, 11 May 2014 00:12:32 +0000
> net: get rid of SET_ETHTOOL_OPS
>
> Dave Miller mentioned he'd like to see SET_ETHTOOL_OPS gone.
> This does that.
>
> Mostly done via coccinelle script:
> @@
> struct ethtool_ops *ops;
> struct net_device *dev;
> @@
> - SET_ETHTOOL_OPS(dev, ops);
> + dev->ethtool_ops = ops;
>
> Compile tested only, but I'd seriously wonder if this broke anything.
>
> Suggested-by: Dave Miller <davem@davemloft.net>
> Signed-off-by: Wilfried Klaebe <w-lkml@lebenslange-mailadresse.de>
Applied to net-next, thanks.
prev parent reply other threads:[~2014-05-13 21:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-11 0:12 [PATCH] [resend] net: get rid of SET_ETHTOOL_OPS Wilfried Klaebe
2014-05-11 7:43 ` Anish Khurana
2014-05-11 12:46 ` Wilfried Klaebe
2014-05-12 14:49 ` Felipe Balbi
2014-05-13 21:43 ` David Miller [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140513.174345.406760552060437774.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
--cc=bridge@lists.linux-foundation.org \
--cc=dev@openvswitch.org \
--cc=devel@driverdev.osuosl.org \
--cc=devel@linuxdriverproject.org \
--cc=e1000-devel@lists.sourceforge.net \
--cc=linux-acenic@sunsite.dk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=netdev@vger.kernel.org \
--cc=nios2-dev@lists.rocketboards.org \
--cc=trivial@kernel.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=w-lkml@lebenslange-mailadresse.de \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).