diff options
author | Heinz Mauelshagen <heinzm@redhat.com> | 2023-02-07 21:02:51 +0100 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2023-02-14 20:23:07 +0100 |
commit | a6ba79c0144f449fcf65aa829ca8d7341811f83a (patch) | |
tree | 0b880bb902bbfe9191f4bf885f2472d2330ff6ec /drivers/md/dm-bio-prison-v1.c | |
parent | dm: avoid inline filenames (diff) | |
download | linux-a6ba79c0144f449fcf65aa829ca8d7341811f83a.tar.xz linux-a6ba79c0144f449fcf65aa829ca8d7341811f83a.zip |
dm: don't indent labels
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-bio-prison-v1.c')
-rw-r--r-- | drivers/md/dm-bio-prison-v1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-bio-prison-v1.c b/drivers/md/dm-bio-prison-v1.c index 9fb5e3f66e6b..c4c05d5d8909 100644 --- a/drivers/md/dm-bio-prison-v1.c +++ b/drivers/md/dm-bio-prison-v1.c @@ -433,7 +433,7 @@ static int __init dm_bio_prison_init(void) return 0; - bad: +bad: while (i--) _exits[i](); |