mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 00:26:39 +08:00
[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
|
printk(KERN_INFO
|
||||||
"aoe: aoe_init: AoE v2.6-%s initialised.\n",
|
"aoe: aoe_init: AoE v%s initialised.\n",
|
||||||
VERSION);
|
VERSION);
|
||||||
discover_timer(TINIT);
|
discover_timer(TINIT);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user