mirror of https://gitee.com/openkylin/linux.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" <ecashin@coraid.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
eaf0a3cbe5
commit
c42b24cae5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue