From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Carolyn Wyborny <carolyn.wyborny@intel.com>,
netdev@vger.kernel.org, gospo@redhat.com,
Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Subject: [PATCH 10/12] igb: Change version to remove number after -k in kernel versions.
Date: Thu, 9 Jun 2011 20:47:54 -0700 [thread overview]
Message-ID: <1307677676-26690-11-git-send-email-jeffrey.t.kirsher@intel.com> (raw)
In-Reply-To: <1307677676-26690-1-git-send-email-jeffrey.t.kirsher@intel.com>
From: Carolyn Wyborny <carolyn.wyborny@intel.com>
This patch changes the way versioning is done for igb in the kernel by
removing the number after the "k." It has been determined that just the
"k" is sufficient to identify a kernel version and the following number
was used in an inconsistent manner.
Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
drivers/net/igb/igb_main.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c
index 18fccf9..c2e9670 100644
--- a/drivers/net/igb/igb_main.c
+++ b/drivers/net/igb/igb_main.c
@@ -54,9 +54,8 @@
#define MAJ 3
#define MIN 0
#define BUILD 6
-#define KFIX 2
#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
-__stringify(BUILD) "-k" __stringify(KFIX)
+__stringify(BUILD) "-k"
char igb_driver_name[] = "igb";
char igb_driver_version[] = DRV_VERSION;
static const char igb_driver_string[] =
--
1.7.5.2
next prev parent reply other threads:[~2011-06-10 3:48 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-10 3:47 [PATCH v2 00/12][pull request] Intel Wired LAN Driver Update Jeff Kirsher
2011-06-10 3:47 ` [PATCH 01/12] e1000e: disable far-end loopback mode on ESB2 Jeff Kirsher
2011-06-10 3:47 ` [PATCH 02/12] e1000e: 82579 intermittently disabled during S0->Sx Jeff Kirsher
2011-06-10 3:47 ` [PATCH 03/12] e1000e: log when swflag is cleared unexpectedly on ICH/PCH devices Jeff Kirsher
2011-06-10 3:47 ` [PATCH 04/12] e1000e: do not schedule the Tx queue until ready Jeff Kirsher
2011-06-10 3:47 ` [PATCH 05/12] e1000e: access multiple PHY registers on same page at the same time Jeff Kirsher
2011-06-10 3:47 ` [PATCH 06/12] e1000e: Clear host wakeup bit on 82577/8 without touching PHY page 800 Jeff Kirsher
2011-06-10 3:47 ` [PATCH 07/12] e1000e: remove redundant reverse dependency on CRC32 Jeff Kirsher
2011-06-10 3:47 ` [PATCH 08/12] e1000e: update driver version Jeff Kirsher
2011-06-10 3:47 ` [PATCH 09/12] igbvf: update version number Jeff Kirsher
2011-06-10 3:47 ` Jeff Kirsher [this message]
2011-06-10 3:47 ` [PATCH 11/12] rtnetlink: Compute and store minimum ifinfo dump size Jeff Kirsher
2011-06-10 3:47 ` [PATCH 12/12] ixgbevf: Update the driver string Jeff Kirsher
2011-06-10 8:20 ` [PATCH v2 00/12][pull request] Intel Wired LAN Driver Update 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=1307677676-26690-11-git-send-email-jeffrey.t.kirsher@intel.com \
--to=jeffrey.t.kirsher@intel.com \
--cc=carolyn.wyborny@intel.com \
--cc=davem@davemloft.net \
--cc=gospo@redhat.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox