diff options
author | Jonathan Brassow <jbrassow@redhat.com> | 2011-10-31 20:21:22 +0000 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2011-10-31 20:21:22 +0000 |
commit | b89544575d0096735edc9b0ad187e635487905ad (patch) | |
tree | 8f5aa4a2d4e5e9d1b89935dbaa8d9192a87e6550 /drivers/md/dm-log-userspace-base.c | |
parent | 991d9fa02da0dd1f843dc011376965e0c8c6c9b5 (diff) | |
download | linux-stable-b89544575d0096735edc9b0ad187e635487905ad.tar.gz linux-stable-b89544575d0096735edc9b0ad187e635487905ad.tar.bz2 linux-stable-b89544575d0096735edc9b0ad187e635487905ad.zip |
dm log userspace: fix comment hyphens
Fix comments: clustered-disk needs a hyphen not an underscore.
Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/dm-log-userspace-base.c')
-rw-r--r-- | drivers/md/dm-log-userspace-base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-log-userspace-base.c b/drivers/md/dm-log-userspace-base.c index 1021c8986011..3c27978890b7 100644 --- a/drivers/md/dm-log-userspace-base.c +++ b/drivers/md/dm-log-userspace-base.c @@ -146,7 +146,7 @@ static int build_constructor_string(struct dm_target *ti, * <UUID> <other args> * Where 'other args' is the userspace implementation specific log * arguments. An example might be: - * <UUID> clustered_disk <arg count> <log dev> <region_size> [[no]sync] + * <UUID> clustered-disk <arg count> <log dev> <region_size> [[no]sync] * * So, this module will strip off the <UUID> for identification purposes * when communicating with userspace about a log; but will pass on everything |