aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2022-01-26 05:18:26 -0800
committerMike Snitzer <snitzer@redhat.com>2022-02-22 10:46:02 -0500
commita8b9d116cda047f38ba29ce26df49c57479ffaa2 (patch)
tree56312b2d525562c0eec99b238ce2dcac27c86b73
parentdm ima: fix wrong length calculation for no_data string (diff)
downloadlinux-dev-a8b9d116cda047f38ba29ce26df49c57479ffaa2.tar.xz
linux-dev-a8b9d116cda047f38ba29ce26df49c57479ffaa2.zip
dm: cleanup double word in comment
Remove the second 'a'. Signed-off-by: Tom Rix <trix@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
-rw-r--r--include/linux/device-mapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h
index 7752d14d13f8..70cd9449275a 100644
--- a/include/linux/device-mapper.h
+++ b/include/linux/device-mapper.h
@@ -358,7 +358,7 @@ struct dm_target {
bool limit_swap_bios:1;
/*
- * Set if this target implements a a zoned device and needs emulation of
+ * Set if this target implements a zoned device and needs emulation of
* zone append operations using regular writes.
*/
bool emulate_zone_append:1;