diff options
author | Alasdair G Kergon <agk@redhat.com> | 2012-05-11 20:43:19 -0400 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2012-05-11 20:43:19 -0400 |
commit | 7cab8bf1601d38fd73a0a4ea40cc4892b26907cc (patch) | |
tree | 541c6f0757a6a806e49dad866b1bca5cffd55c3e /drivers | |
parent | c3a0ce2eab76daf9516c817c3f227ea3f4549bd8 (diff) |
dm thin: correct module description
Remove duplicate copy of string "device-mapper" (DM_NAME) from
MODULE_DESCRIPTION.
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/md/dm-thin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-thin.c b/drivers/md/dm-thin.c index 69a2d51ef4e1..2fd87b544a93 100644 --- a/drivers/md/dm-thin.c +++ b/drivers/md/dm-thin.c | |||
@@ -2767,6 +2767,6 @@ static void dm_thin_exit(void) | |||
2767 | module_init(dm_thin_init); | 2767 | module_init(dm_thin_init); |
2768 | module_exit(dm_thin_exit); | 2768 | module_exit(dm_thin_exit); |
2769 | 2769 | ||
2770 | MODULE_DESCRIPTION(DM_NAME "device-mapper thin provisioning target"); | 2770 | MODULE_DESCRIPTION(DM_NAME " thin provisioning target"); |
2771 | MODULE_AUTHOR("Joe Thornber <dm-devel@redhat.com>"); | 2771 | MODULE_AUTHOR("Joe Thornber <dm-devel@redhat.com>"); |
2772 | MODULE_LICENSE("GPL"); | 2772 | MODULE_LICENSE("GPL"); |