netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net:ethernet:aquantia:atlantic: Fix driver name reported by ethtool
@ 2017-05-03 18:06 Pavel Belous
  2017-05-03 18:10 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Belous @ 2017-05-03 18:06 UTC (permalink / raw)
  To: David S . Miller; +Cc: netdev, David Arcari

From: Pavel Belous <pavel.belous@aquantia.com>

The command "ethtool -i ethX" should display driver name (driver: atlantic)
instead vendor name (driver: aquantia).

Signed-off-by: Pavel Belous <pavel.belous@aquantia.com>
---
 drivers/net/ethernet/aquantia/atlantic/aq_cfg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/aquantia/atlantic/aq_cfg.h b/drivers/net/ethernet/aquantia/atlantic/aq_cfg.h
index 5f99237..2149864 100644
--- a/drivers/net/ethernet/aquantia/atlantic/aq_cfg.h
+++ b/drivers/net/ethernet/aquantia/atlantic/aq_cfg.h
@@ -68,7 +68,7 @@
 
 #define AQ_CFG_DRV_AUTHOR      "aQuantia"
 #define AQ_CFG_DRV_DESC        "aQuantia Corporation(R) Network Driver"
-#define AQ_CFG_DRV_NAME        "aquantia"
+#define AQ_CFG_DRV_NAME        "atlantic"
 #define AQ_CFG_DRV_VERSION	__stringify(NIC_MAJOR_DRIVER_VERSION)"."\
 				__stringify(NIC_MINOR_DRIVER_VERSION)"."\
 				__stringify(NIC_BUILD_DRIVER_VERSION)"."\
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net:ethernet:aquantia:atlantic: Fix driver name reported by ethtool
  2017-05-03 18:06 [PATCH] net:ethernet:aquantia:atlantic: Fix driver name reported by ethtool Pavel Belous
@ 2017-05-03 18:10 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-05-03 18:10 UTC (permalink / raw)
  To: Pavel.Belous; +Cc: netdev, darcari

From: Pavel Belous <Pavel.Belous@aquantia.com>
Date: Wed,  3 May 2017 21:06:04 +0300

> From: Pavel Belous <pavel.belous@aquantia.com>
> 
> The command "ethtool -i ethX" should display driver name (driver: atlantic)
> instead vendor name (driver: aquantia).
> 
> Signed-off-by: Pavel Belous <pavel.belous@aquantia.com>

I'd like to ask you to please use a more appropriate subsystem prefix
in your patches.

First of all, if there are mutliple subsystem tags, separate them with spaces.

But in this case, purely "aquantia: " is sufficient.

Please resubmit this with that fixed up, thank you.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-03 18:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-03 18:06 [PATCH] net:ethernet:aquantia:atlantic: Fix driver name reported by ethtool Pavel Belous
2017-05-03 18:10 ` David Miller

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).