diff mbox

[net-next,8/8] bnx2x: Update version to 1.52.53-5

Message ID 1283370697.4403.139.camel@lb-tlvb-yanivr.il.broadcom.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Yaniv Rosner Sept. 1, 2010, 7:51 p.m. UTC
Update version to 1.52.53-5

Signed-off-by: Yaniv Rosner <yanivr@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com> 
---
 drivers/net/bnx2x/bnx2x.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Joe Perches Sept. 1, 2010, 4:44 p.m. UTC | #1
On Wed, 2010-09-01 at 22:51 +0300, Yaniv Rosner wrote:
>  drivers/net/bnx2x/bnx2x.h |    4 ++--
> +++ b/drivers/net/bnx2x/bnx2x.h
> -#define DRV_MODULE_VERSION      "1.52.53-4"
> -#define DRV_MODULE_RELDATE      "2010/16/08"
> +#define DRV_MODULE_VERSION      "1.52.53-5"
> +#define DRV_MODULE_RELDATE      "2010/01/09"
>  #define BNX2X_BC_VER            0x040200

Your date scheme is very odd.

yyyy/dd/mm?

Where in the world is that used?


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Eilon Greenstein Sept. 1, 2010, 7:30 p.m. UTC | #2
On Wed, 2010-09-01 at 09:44 -0700, Joe Perches wrote:
> On Wed, 2010-09-01 at 22:51 +0300, Yaniv Rosner wrote:
> >  drivers/net/bnx2x/bnx2x.h |    4 ++--
> > +++ b/drivers/net/bnx2x/bnx2x.h
> > -#define DRV_MODULE_VERSION      "1.52.53-4"
> > -#define DRV_MODULE_RELDATE      "2010/16/08"
> > +#define DRV_MODULE_VERSION      "1.52.53-5"
> > +#define DRV_MODULE_RELDATE      "2010/01/09"
> >  #define BNX2X_BC_VER            0x040200
> 
> Your date scheme is very odd.
> 
> yyyy/dd/mm?
> 

You are right... It should have been yyyy/mm/dd. We are now working on
another patch series, and we will fix the format in that one.

Thanks for pointing it out,
Eilon


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/bnx2x/bnx2x.h b/drivers/net/bnx2x/bnx2x.h
index 0c2d96e..a019c67 100644
--- a/drivers/net/bnx2x/bnx2x.h
+++ b/drivers/net/bnx2x/bnx2x.h
@@ -20,8 +20,8 @@ 
  * (you will need to reboot afterwards) */
 /* #define BNX2X_STOP_ON_ERROR */
 
-#define DRV_MODULE_VERSION      "1.52.53-4"
-#define DRV_MODULE_RELDATE      "2010/16/08"
+#define DRV_MODULE_VERSION      "1.52.53-5"
+#define DRV_MODULE_RELDATE      "2010/01/09"
 #define BNX2X_BC_VER            0x040200
 
 #if defined(CONFIG_VLAN_8021Q) || defined(CONFIG_VLAN_8021Q_MODULE)