Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1473813
| From | Julia Lawall <julia.lawall@lip6.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/6] constify ethtool_ops structures |
| Date | 2016-08-31 21:50 +0200 |
| Message-ID | <scjGi-6BP-3@gated-at.bofh.it> (permalink) |
| References | <sc8rv-7Xa-3@gated-at.bofh.it> <scfMl-4aI-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, 31 Aug 2016, Stephen Hemminger wrote:
> On Wed, 31 Aug 2016 09:30:42 +0200
> Julia Lawall <Julia.Lawall@lip6.fr> wrote:
>
> > Constify ethtool_ops structures.
> >
> > ---
> >
> > drivers/net/ethernet/agere/et131x.c | 2 +-
> > drivers/net/ethernet/broadcom/bcmsysport.c | 2 +-
> > drivers/net/ethernet/broadcom/genet/bcmgenet.c | 2 +-
> > drivers/net/ethernet/hisilicon/hip04_eth.c | 2 +-
> > drivers/net/ethernet/hisilicon/hisi_femac.c | 2 +-
> > drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +-
> > drivers/net/ethernet/hisilicon/hns/hns_ethtool.c | 2 +-
> > drivers/net/ethernet/synopsys/dwc_eth_qos.c | 2 +-
> > drivers/staging/slicoss/slicoss.c | 4 ++--
> > 9 files changed, 10 insertions(+), 10 deletions(-)
> > _______________________________________________
> > devel mailing list
> > devel@linuxdriverproject.org
> > http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
>
> Other drivers with same type of issue
>
>
> drivers/net/ethernet/mediatek/mtk_eth_soc.c:static struct ethtool_ops mtk_ethtool_ops = {
> drivers/net/ethernet/synopsys/dwc_eth_qos.c:static struct ethtool_ops dwceqos_ethtool_ops = {
> drivers/net/ethernet/xilinx/xilinx_axienet_main.c:static struct ethtool_ops axienet_ethtool_ops = {
> drivers/net/usb/r8152.c:static struct ethtool_ops ops = {
> drivers/staging/netlogic/xlr_net.c:static struct ethtool_ops xlr_ethtool_ops = {
Thanks. Probably they don't compile for x86, or at least not with make
allyesconfig. I can check on them.
julia
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] constify ethtool_ops structures Julia Lawall <Julia.Lawall@lip6.fr> - 2016-08-31 09:50 +0200
[PATCH 2/6] net: ethernet: et131x: constify ethtool_ops structures Julia Lawall <Julia.Lawall@lip6.fr> - 2016-08-31 09:50 +0200
Re: [PATCH 2/6] net: ethernet: et131x: constify ethtool_ops structures Mark Einon <mark@einon.net> - 2016-08-31 13:50 +0200
[PATCH 6/6] net: systemport: constify ethtool_ops structures Julia Lawall <Julia.Lawall@lip6.fr> - 2016-08-31 09:50 +0200
Re: [PATCH 6/6] net: systemport: constify ethtool_ops structures Florian Fainelli <f.fainelli@gmail.com> - 2016-08-31 19:10 +0200
[PATCH 3/6] net: bcmgenet: constify ethtool_ops structures Julia Lawall <Julia.Lawall@lip6.fr> - 2016-08-31 09:50 +0200
Re: [PATCH 3/6] net: bcmgenet: constify ethtool_ops structures Florian Fainelli <f.fainelli@gmail.com> - 2016-08-31 19:10 +0200
[PATCH 5/6] dwc_eth_qos: constify ethtool_ops structures Julia Lawall <Julia.Lawall@lip6.fr> - 2016-08-31 10:00 +0200
[PATCH 1/6] staging: slicoss: constify ethtool_ops structures Julia Lawall <Julia.Lawall@lip6.fr> - 2016-08-31 10:00 +0200
[PATCH 4/6] net: hisilicon: constify ethtool_ops structures Julia Lawall <Julia.Lawall@lip6.fr> - 2016-08-31 10:00 +0200
Re: [PATCH 0/6] constify ethtool_ops structures Stephen Hemminger <stephen@networkplumber.org> - 2016-08-31 17:40 +0200
Re: [PATCH 0/6] constify ethtool_ops structures Julia Lawall <julia.lawall@lip6.fr> - 2016-08-31 21:50 +0200
Re: [PATCH 0/6] constify ethtool_ops structures David Miller <davem@davemloft.net> - 2016-08-31 18:30 +0200
csiph-web