Skip to content

Commit 7cab8bf

Browse files
committed
dm thin: correct module description
Remove duplicate copy of string "device-mapper" (DM_NAME) from MODULE_DESCRIPTION. Signed-off-by: Alasdair G Kergon <[email protected]>
1 parent c3a0ce2 commit 7cab8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/md/dm-thin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2767,6 +2767,6 @@ static void dm_thin_exit(void)
27672767
module_init(dm_thin_init);
27682768
module_exit(dm_thin_exit);
27692769

2770-
MODULE_DESCRIPTION(DM_NAME "device-mapper thin provisioning target");
2770+
MODULE_DESCRIPTION(DM_NAME " thin provisioning target");
27712771
MODULE_AUTHOR("Joe Thornber <[email protected]>");
27722772
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)