* [PATCH] Update version information of ips driver
@ 2007-09-04 14:16 Bernhard Walle
2007-09-04 14:27 ` Adrian Bunk
0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Walle @ 2007-09-04 14:16 UTC (permalink / raw)
To: linux-kernel; +Cc: linux-scsi
This patch just makes the version number in ips.c and ips.h consistent. It
seems that this has been forgotten in a60768e2d43eb30a1adb8a119aeac35dc0d03ef6.
Signed-off-by: Bernhard Walle <bwalle@suse.de>
---
drivers/scsi/ips.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/drivers/scsi/ips.h
+++ b/drivers/scsi/ips.h
@@ -1175,9 +1175,9 @@ typedef struct {
#define IPS_VER_MAJOR_STRING "7"
#define IPS_VER_MINOR 12
#define IPS_VER_MINOR_STRING "12"
-#define IPS_VER_BUILD 02
-#define IPS_VER_BUILD_STRING "02"
-#define IPS_VER_STRING "7.12.02"
+#define IPS_VER_BUILD 05
+#define IPS_VER_BUILD_STRING "05"
+#define IPS_VER_STRING "7.12.05"
#define IPS_RELEASE_ID 0x00020000
#define IPS_BUILD_IDENT 761
#define IPS_LEGALCOPYRIGHT_STRING "(C) Copyright IBM Corp. 1994, 2002. All Rights Reserved."
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] Update version information of ips driver
2007-09-04 14:16 [PATCH] Update version information of ips driver Bernhard Walle
@ 2007-09-04 14:27 ` Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2007-09-04 14:27 UTC (permalink / raw)
To: linux-kernel, linux-scsi
On Tue, Sep 04, 2007 at 04:16:26PM +0200, Bernhard Walle wrote:
> This patch just makes the version number in ips.c and ips.h consistent. It
> seems that this has been forgotten in a60768e2d43eb30a1adb8a119aeac35dc0d03ef6.
A better fix would be to no longer have two different places defining a
version number.
> Signed-off-by: Bernhard Walle <bwalle@suse.de>
>
> ---
> drivers/scsi/ips.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> --- a/drivers/scsi/ips.h
> +++ b/drivers/scsi/ips.h
> @@ -1175,9 +1175,9 @@ typedef struct {
> #define IPS_VER_MAJOR_STRING "7"
> #define IPS_VER_MINOR 12
> #define IPS_VER_MINOR_STRING "12"
> -#define IPS_VER_BUILD 02
> -#define IPS_VER_BUILD_STRING "02"
> -#define IPS_VER_STRING "7.12.02"
> +#define IPS_VER_BUILD 05
> +#define IPS_VER_BUILD_STRING "05"
> +#define IPS_VER_STRING "7.12.05"
> #define IPS_RELEASE_ID 0x00020000
> #define IPS_BUILD_IDENT 761
> #define IPS_LEGALCOPYRIGHT_STRING "(C) Copyright IBM Corp. 1994, 2002. All Rights Reserved."
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-04 14:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-04 14:16 [PATCH] Update version information of ips driver Bernhard Walle
2007-09-04 14:27 ` Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox