aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-10-30 11:29:42 +0000
committerJens Axboe <axboe@kernel.dk>2018-10-30 14:31:36 -0600
commit698b53b3119c45a59eef10b516d780b3e9a5402d (patch)
treebba493bb6adc7ce18fadd7638ba1e0ada6b946bb /drivers/block
parentblock: fix the DISCARD request merge (diff)
downloadlinux-dev-698b53b3119c45a59eef10b516d780b3e9a5402d.tar.xz
linux-dev-698b53b3119c45a59eef10b516d780b3e9a5402d.zip
mtip32xx: clean an indentation issue, remove extraneous tabs
Trivial fix to clean up an indentation issue, remove tabs Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/mtip32xx/mtip32xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/mtip32xx/mtip32xx.c b/drivers/block/mtip32xx/mtip32xx.c
index dfc8de6ce525..a7daa8acbab3 100644
--- a/drivers/block/mtip32xx/mtip32xx.c
+++ b/drivers/block/mtip32xx/mtip32xx.c
@@ -1942,8 +1942,8 @@ static int exec_drive_taskfile(struct driver_data *dd,
dev_warn(&dd->pdev->dev,
"data movement but "
"sect_count is 0\n");
- err = -EINVAL;
- goto abort;
+ err = -EINVAL;
+ goto abort;
}
}
}