diff options
author | Heinz Mauelshagen <heinzm@redhat.com> | 2023-02-01 22:31:43 +0100 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2023-02-14 20:23:06 +0100 |
commit | 8ca817c43e12847be182e0bbff9b59398373a3b8 (patch) | |
tree | 9910d751c356b2241e8ec4f502e5274afdce50dc /drivers/md/dm-raid1.c | |
parent | dm block-manager: avoid not required parentheses (diff) | |
download | linux-8ca817c43e12847be182e0bbff9b59398373a3b8.tar.xz linux-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.c | 2 |
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 *--------------------------------------------------------------------- |