summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-raid1.c
diff options
context:
space:
mode:
authorHeinz Mauelshagen <heinzm@redhat.com>2023-02-01 22:31:43 +0100
committerMike Snitzer <snitzer@kernel.org>2023-02-14 14:23:06 -0500
commit8ca817c43e12847be182e0bbff9b59398373a3b8 (patch)
tree9910d751c356b2241e8ec4f502e5274afdce50dc /drivers/md/dm-raid1.c
parentbeecc8438c6c2089b0a1f82720530c82da5765bc (diff)
downloadlinux-stable-8ca817c43e12847be182e0bbff9b59398373a3b8.tar.gz
linux-stable-8ca817c43e12847be182e0bbff9b59398373a3b8.tar.bz2
linux-stable-8ca817c43e12847be182e0bbff9b59398373a3b8.zip
dm: avoid spaces before function arguments or in favour of tabs
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-raid1.c')
-rw-r--r--drivers/md/dm-raid1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-raid1.c b/drivers/md/dm-raid1.c
index 640f199cf51c..741141449f07 100644
--- a/drivers/md/dm-raid1.c
+++ b/drivers/md/dm-raid1.c
@@ -595,7 +595,7 @@ static void do_reads(struct mirror_set *ms, struct bio_list *reads)
* We do different things with the write io depending on the
* state of the region that it's in:
*
- * SYNC: increment pending, use kcopyd to write to *all* mirrors
+ * SYNC: increment pending, use kcopyd to write to *all* mirrors
* RECOVERING: delay the io until recovery completes
* NOSYNC: increment pending, just write to the default mirror
*---------------------------------------------------------------------