projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a0ce2
)
dm thin: correct module description
author
Alasdair G Kergon
<agk@redhat.com>
Sat, 12 May 2012 00:43:19 +0000
(
01:43
+0100)
committer
Alasdair G Kergon
<agk@redhat.com>
Sat, 12 May 2012 00:43:19 +0000
(
01:43
+0100)
Remove duplicate copy of string "device-mapper" (DM_NAME) from
MODULE_DESCRIPTION.
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm-thin.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/dm-thin.c
b/drivers/md/dm-thin.c
index 69a2d51ef4e11e5c6323db1eceda8e9bb97b903d..2fd87b544a93888b652ecd24e8a589c6075f5e8f 100644
(file)
--- a/
drivers/md/dm-thin.c
+++ b/
drivers/md/dm-thin.c
@@
-2767,6
+2767,6
@@
static void dm_thin_exit(void)
module_init(dm_thin_init);
module_exit(dm_thin_exit);
-MODULE_DESCRIPTION(DM_NAME "
device-mapper
thin provisioning target");
+MODULE_DESCRIPTION(DM_NAME " thin provisioning target");
MODULE_AUTHOR("Joe Thornber <dm-devel@redhat.com>");
MODULE_LICENSE("GPL");