All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: devel@driverdev.osuosl.org, netdev@vger.kernel.org,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/6] constify ethtool_ops structures
Date: Wed, 31 Aug 2016 15:39:29 +0000	[thread overview]
Message-ID: <20160831083929.62832cea@xeon-e3> (raw)
In-Reply-To: <1472628648-3603-1-git-send-email-Julia.Lawall@lip6.fr>

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 = {

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Hemminger <stephen@networkplumber.org>
To: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: devel@driverdev.osuosl.org, netdev@vger.kernel.org,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/6] constify ethtool_ops structures
Date: Wed, 31 Aug 2016 08:39:29 -0700	[thread overview]
Message-ID: <20160831083929.62832cea@xeon-e3> (raw)
In-Reply-To: <1472628648-3603-1-git-send-email-Julia.Lawall@lip6.fr>

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 = {

  parent reply	other threads:[~2016-08-31 15:39 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-31  7:30 [PATCH 0/6] constify ethtool_ops structures Julia Lawall
2016-08-31  7:30 ` Julia Lawall
2016-08-31  7:30 ` Julia Lawall
2016-08-31  7:30 ` [PATCH 1/6] staging: slicoss: " Julia Lawall
2016-08-31  7:30   ` Julia Lawall
2016-08-31  7:30 ` [PATCH 2/6] net: ethernet: et131x: " Julia Lawall
2016-08-31  7:30   ` Julia Lawall
2016-08-31 11:48   ` Mark Einon
2016-08-31 11:48     ` Mark Einon
2016-08-31  7:30 ` [PATCH 3/6] net: bcmgenet: " Julia Lawall
2016-08-31  7:30   ` Julia Lawall
2016-08-31 17:08   ` Florian Fainelli
2016-08-31 17:08     ` Florian Fainelli
2016-08-31  7:30 ` [PATCH 4/6] net: hisilicon: " Julia Lawall
2016-08-31  7:30   ` Julia Lawall
2016-08-31  7:30 ` [PATCH 5/6] dwc_eth_qos: " Julia Lawall
2016-08-31  7:30   ` Julia Lawall
2016-08-31  7:30 ` [PATCH 6/6] net: systemport: " Julia Lawall
2016-08-31  7:30   ` Julia Lawall
2016-08-31 17:08   ` Florian Fainelli
2016-08-31 17:08     ` Florian Fainelli
2016-08-31 15:39 ` Stephen Hemminger [this message]
2016-08-31 15:39   ` [PATCH 0/6] " Stephen Hemminger
2016-08-31 19:40   ` Julia Lawall
2016-08-31 19:40     ` Julia Lawall
2016-08-31 15:57 ` [RFC] xgbe: constify get_netdev_ops and get_ethtool_ops Stephen Hemminger
2016-08-31 21:17   ` David Miller
2016-09-01  0:50     ` Tom Lendacky
2016-09-01 17:45       ` Tom Lendacky
2016-08-31 16:22 ` [PATCH 0/6] constify ethtool_ops structures David Miller
2016-08-31 16:22   ` David Miller
2016-08-31 16:22   ` David Miller

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=20160831083929.62832cea@xeon-e3 \
    --to=stephen@networkplumber.org \
    --cc=Julia.Lawall@lip6.fr \
    --cc=devel@driverdev.osuosl.org \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.