projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaf0a3c
)
[PATCH] aoe [4/8]: use less confusing driver name
author
Ed L. Cashin
<ecashin@coraid.com>
Thu, 19 Jan 2006 18:46:22 +0000
(13:46 -0500)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 24 Mar 2006 06:01:56 +0000
(22:01 -0800)
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>
drivers/block/aoe/aoemain.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/aoe/aoemain.c
b/drivers/block/aoe/aoemain.c
index 387588a3f4ba29227b2fdffe82c1f105b5948734..f39d5bae14ab934034a6368667168823eb629681 100644
(file)
--- 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 v
2.6-
%s initialised.\n",
+ "aoe: aoe_init: AoE v%s initialised.\n",
VERSION);
discover_timer(TINIT);
return 0;