From: Ed L. Cashin Date: Thu, 19 Jan 2006 18:46:22 +0000 (-0500) Subject: [PATCH] aoe [4/8]: use less confusing driver name X-Git-Tag: v2.6.17-rc1~666^2~8 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c42b24cae5c9fe1ae1f9bb9dea020e1a788fab4d;p=linux-2.6-omap-h63xx.git [PATCH] aoe [4/8]: use less confusing driver name Users were confused by the driver being called "aoe-2.6-$version". This form looks less like a Linux kernel version number. Signed-off-by: "Ed L. Cashin" Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/block/aoe/aoemain.c b/drivers/block/aoe/aoemain.c index 387588a3f4b..f39d5bae14a 100644 --- a/drivers/block/aoe/aoemain.c +++ b/drivers/block/aoe/aoemain.c @@ -89,7 +89,7 @@ aoe_init(void) } printk(KERN_INFO - "aoe: aoe_init: AoE v2.6-%s initialised.\n", + "aoe: aoe_init: AoE v%s initialised.\n", VERSION); discover_timer(TINIT); return 0;