summaryrefslogtreecommitdiff
path: root/drivers/md/dm-io.c
diff options
context:
space:
mode:
authorHeinz Mauelshagen <heinzm@redhat.com>2023-02-07 23:02:51 +0300
committerMike Snitzer <snitzer@kernel.org>2023-02-14 22:23:07 +0300
commita6ba79c0144f449fcf65aa829ca8d7341811f83a (patch)
tree0b880bb902bbfe9191f4bf885f2472d2330ff6ec /drivers/md/dm-io.c
parent9bfeac5d33d8500332d75e32abe32c0df4910add (diff)
downloadlinux-a6ba79c0144f449fcf65aa829ca8d7341811f83a.tar.xz
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-io.c')
-rw-r--r--drivers/md/dm-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-io.c b/drivers/md/dm-io.c
index 28da60c23f8a..dc2df76999b0 100644
--- a/drivers/md/dm-io.c
+++ b/drivers/md/dm-io.c
@@ -66,7 +66,7 @@ struct dm_io_client *dm_io_client_create(void)
return client;
- bad:
+bad:
mempool_exit(&client->pool);
kfree(client);
return ERR_PTR(ret);