diff options
| author | 2022-01-26 05:18:26 -0800 | |
|---|---|---|
| committer | 2022-02-22 10:46:02 -0500 | |
| commit | a8b9d116cda047f38ba29ce26df49c57479ffaa2 (patch) | |
| tree | 56312b2d525562c0eec99b238ce2dcac27c86b73 /include/linux | |
| parent | dm ima: fix wrong length calculation for no_data string (diff) | |
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>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/device-mapper.h | 2 |
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; |
