All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH v2] fm10k:update driver summary and reduce code duplication
@ 2016-03-10  0:36 Jacob Keller
  2016-03-10  0:36 ` [Intel-wired-lan] [PATCH v2] fm10k: use DRV_SUMMARY to " Jacob Keller
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Keller @ 2016-03-10  0:36 UTC (permalink / raw)
  To: intel-wired-lan

The following patch is a complete replacement for 2a7b5dd0e752 ("fm10k:
update driver summary and reduce code duplication", 2016-03-09) and the
old version above should be dropped from the queue before applying this
one. For reviewers convenience I have shown an interdiff of the two
patches below.

diff --git a/drivers/net/ethernet/intel/fm10k/fm10k_main.c b/drivers/net/ethernet/intel/fm10k/fm10k_main.c
index c87613f1c7be..7832f9cdf743 100644
--- a/drivers/net/ethernet/intel/fm10k/fm10k_main.c
+++ b/drivers/net/ethernet/intel/fm10k/fm10k_main.c
@@ -29,7 +29,7 @@
 #include "fm10k.h"
 
 #define DRV_VERSION	"0.19.3-k"
-#define DRV_SUMMARY	"Intel(R) Ethernet Multi-host Controller Driver"
+#define DRV_SUMMARY	"Intel(R) Ethernet Switch Host Interface Driver"
 const char fm10k_driver_version[] = DRV_VERSION;
 char fm10k_driver_name[] = "fm10k";
 static const char fm10k_driver_string[] = DRV_SUMMARY;

Jacob Keller (1):
  fm10k: use DRV_SUMMARY to reduce code duplication

 drivers/net/ethernet/intel/fm10k/fm10k_main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
2.8.0.rc1.177.g5628860


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

* [Intel-wired-lan] [PATCH v2] fm10k: use DRV_SUMMARY to reduce code duplication
  2016-03-10  0:36 [Intel-wired-lan] [PATCH v2] fm10k:update driver summary and reduce code duplication Jacob Keller
@ 2016-03-10  0:36 ` Jacob Keller
  2016-04-13 22:24   ` Singh, Krishneil K
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Keller @ 2016-03-10  0:36 UTC (permalink / raw)
  To: intel-wired-lan

Use DRV_SUMMARY, similar to DRV_VERSION so that we don't have to
duplicate the driver summary in multiple places.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
---

As per the summary this is a complete replacement for 2a7b5dd0e752
("fm10k: update driver summary and reduce code duplication", 2016-03-09)
and should thus replace that patch in the queue.

Notes:
    - v2
    * Don't change the driver summary

 drivers/net/ethernet/intel/fm10k/fm10k_main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/ethernet/intel/fm10k/fm10k_main.c b/drivers/net/ethernet/intel/fm10k/fm10k_main.c
index 3a81c1451624..7832f9cdf743 100644
--- a/drivers/net/ethernet/intel/fm10k/fm10k_main.c
+++ b/drivers/net/ethernet/intel/fm10k/fm10k_main.c
@@ -29,15 +29,15 @@
 #include "fm10k.h"
 
 #define DRV_VERSION	"0.19.3-k"
+#define DRV_SUMMARY	"Intel(R) Ethernet Switch Host Interface Driver"
 const char fm10k_driver_version[] = DRV_VERSION;
 char fm10k_driver_name[] = "fm10k";
-static const char fm10k_driver_string[] =
-	"Intel(R) Ethernet Switch Host Interface Driver";
+static const char fm10k_driver_string[] = DRV_SUMMARY;
 static const char fm10k_copyright[] =
 	"Copyright (c) 2013 Intel Corporation.";
 
 MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
-MODULE_DESCRIPTION("Intel(R) Ethernet Switch Host Interface Driver");
+MODULE_DESCRIPTION(DRV_SUMMARY);
 MODULE_LICENSE("GPL");
 MODULE_VERSION(DRV_VERSION);
 
-- 
2.8.0.rc1.177.g5628860


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

* [Intel-wired-lan] [PATCH v2] fm10k: use DRV_SUMMARY to reduce code duplication
  2016-03-10  0:36 ` [Intel-wired-lan] [PATCH v2] fm10k: use DRV_SUMMARY to " Jacob Keller
@ 2016-04-13 22:24   ` Singh, Krishneil K
  0 siblings, 0 replies; 3+ messages in thread
From: Singh, Krishneil K @ 2016-04-13 22:24 UTC (permalink / raw)
  To: intel-wired-lan


-----Original Message-----
From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On Behalf Of Jacob Keller
Sent: Wednesday, March 9, 2016 4:36 PM
To: Intel Wired LAN <intel-wired-lan@lists.osuosl.org>
Subject: [Intel-wired-lan] [PATCH v2] fm10k: use DRV_SUMMARY to reduce code duplication

Use DRV_SUMMARY, similar to DRV_VERSION so that we don't have to duplicate the driver summary in multiple places.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
---

Tested-by: Krishneil Singh <Krishneil.k.singh@intel.com>


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

end of thread, other threads:[~2016-04-13 22:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-10  0:36 [Intel-wired-lan] [PATCH v2] fm10k:update driver summary and reduce code duplication Jacob Keller
2016-03-10  0:36 ` [Intel-wired-lan] [PATCH v2] fm10k: use DRV_SUMMARY to " Jacob Keller
2016-04-13 22:24   ` Singh, Krishneil K

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.