From: Tom Rix Date: Wed, 26 Jan 2022 13:18:26 +0000 (-0800) Subject: dm: cleanup double word in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a8b9d116cda047f38ba29ce26df49c57479ffaa2;p=linux.git dm: cleanup double word in comment Remove the second 'a'. Signed-off-by: Tom Rix Signed-off-by: Mike Snitzer --- diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h index 7752d14d13f8e..70cd9449275a7 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;