Skip to content

Commit a6ba79c

Browse files
mauelshaMike Snitzer
authored andcommitted
dm: don't indent labels
Signed-off-by: Heinz Mauelshagen <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>
1 parent 9bfeac5 commit a6ba79c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

drivers/md/dm-bio-prison-v1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ static int __init dm_bio_prison_init(void)
433433

434434
return 0;
435435

436-
bad:
436+
bad:
437437
while (i--)
438438
_exits[i]();
439439

drivers/md/dm-io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ struct dm_io_client *dm_io_client_create(void)
6666

6767
return client;
6868

69-
bad:
69+
bad:
7070
mempool_exit(&client->pool);
7171
kfree(client);
7272
return ERR_PTR(ret);

drivers/md/dm-linear.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static int linear_ctr(struct dm_target *ti, unsigned int argc, char **argv)
6565
ti->private = lc;
6666
return 0;
6767

68-
bad:
68+
bad:
6969
kfree(lc);
7070
return ret;
7171
}

drivers/md/dm-zoned-metadata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ static int dmz_load_sb(struct dmz_metadata *zmd)
13421342
if (ret == -EINVAL)
13431343
goto out_kfree;
13441344
}
1345-
out_kfree:
1345+
out_kfree:
13461346
kfree(sb);
13471347
}
13481348
return ret;

0 commit comments

Comments
 (0)