diff options
author | Jonathan Brassow <jbrassow@redhat.com> | 2011-10-31 16:21:22 -0400 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2011-10-31 16:21:22 -0400 |
commit | b89544575d0096735edc9b0ad187e635487905ad (patch) | |
tree | 8f5aa4a2d4e5e9d1b89935dbaa8d9192a87e6550 | |
parent | 991d9fa02da0dd1f843dc011376965e0c8c6c9b5 (diff) |
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>
-rw-r--r-- | Documentation/device-mapper/dm-log.txt | 2 | ||||
-rw-r--r-- | drivers/md/dm-log-userspace-base.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/device-mapper/dm-log.txt b/Documentation/device-mapper/dm-log.txt index 994dd75475a6..c155ac569c44 100644 --- a/Documentation/device-mapper/dm-log.txt +++ b/Documentation/device-mapper/dm-log.txt | |||
@@ -48,7 +48,7 @@ kernel and userspace, 'connector' is used as the interface for | |||
48 | communication. | 48 | communication. |
49 | 49 | ||
50 | There are currently two userspace log implementations that leverage this | 50 | There are currently two userspace log implementations that leverage this |
51 | framework - "clustered_disk" and "clustered_core". These implementations | 51 | framework - "clustered-disk" and "clustered-core". These implementations |
52 | provide a cluster-coherent log for shared-storage. Device-mapper mirroring | 52 | provide a cluster-coherent log for shared-storage. Device-mapper mirroring |
53 | can be used in a shared-storage environment when the cluster log implementations | 53 | can be used in a shared-storage environment when the cluster log implementations |
54 | are employed. | 54 | are employed. |
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, | |||
146 | * <UUID> <other args> | 146 | * <UUID> <other args> |
147 | * Where 'other args' is the userspace implementation specific log | 147 | * Where 'other args' is the userspace implementation specific log |
148 | * arguments. An example might be: | 148 | * arguments. An example might be: |
149 | * <UUID> clustered_disk <arg count> <log dev> <region_size> [[no]sync] | 149 | * <UUID> clustered-disk <arg count> <log dev> <region_size> [[no]sync] |
150 | * | 150 | * |
151 | * So, this module will strip off the <UUID> for identification purposes | 151 | * So, this module will strip off the <UUID> for identification purposes |
152 | * when communicating with userspace about a log; but will pass on everything | 152 | * when communicating with userspace about a log; but will pass on everything |