From: Alasdair G Kergon Remove duplicate copy of string "device-mapper" (DM_NAME) from MODULE_DESCRIPTION. Signed-off-by: Alasdair G Kergon --- drivers/md/dm-thin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-3.4-rc6/drivers/md/dm-thin.c =================================================================== --- linux-3.4-rc6.orig/drivers/md/dm-thin.c +++ linux-3.4-rc6/drivers/md/dm-thin.c @@ -2762,6 +2762,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 "); MODULE_LICENSE("GPL");