1
0
Fork 0

[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" <ecashin@coraid.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
Ed L. Cashin 2006-01-19 13:46:22 -05:00 committed by Greg Kroah-Hartman
parent eaf0a3cbe5
commit c42b24cae5
1 changed files with 1 additions and 1 deletions

View File

@ -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;