summaryrefslogtreecommitdiff
path: root/drivers/md/dm-raid.c
diff options
context:
space:
mode:
authorHeinz Mauelshagen <heinzm@redhat.com>2023-02-07 22:48:51 +0300
committerMike Snitzer <snitzer@kernel.org>2023-02-14 22:23:07 +0300
commitb30f1607146c736684c069fe92dc39607d77d15f (patch)
tree432c5e21f3c9ac83f4100b63970dd912cd92134b /drivers/md/dm-raid.c
parent1c3fe2fa946342a784a1375a63be6eb5a25acd76 (diff)
downloadlinux-b30f1607146c736684c069fe92dc39607d77d15f.tar.xz
dm: add missing blank line after declarations/fix those
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com> Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-raid.c')
-rw-r--r--drivers/md/dm-raid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-raid.c b/drivers/md/dm-raid.c
index de646eca6de0..e777d7f4669d 100644
--- a/drivers/md/dm-raid.c
+++ b/drivers/md/dm-raid.c
@@ -33,7 +33,7 @@
static bool devices_handle_discard_safely;
/*
- * The following flags are used by dm-raid.c to set up the array state.
+ * The following flags are used by dm-raid to set up the array state.
* They must be cleared before md_run is called.
*/
#define FirstUse 10 /* rdev flag */