Skip to content

Commit

Permalink
[PATCH] aoe [4/8]: use less confusing driver name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ed L. Cashin authored and Greg Kroah-Hartman committed Mar 24, 2006
1 parent eaf0a3c commit c42b24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block/aoe/aoemain.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c42b24c

Please sign in to comment.