From: Colin Ian King Date: Tue, 30 Oct 2018 11:29:42 +0000 (+0000) Subject: mtip32xx: clean an indentation issue, remove extraneous tabs X-Git-Tag: v4.20-rc1~17^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=698b53b3119c45a59eef10b516d780b3e9a5402d;p=thirdparty%2Fkernel%2Flinux.git mtip32xx: clean an indentation issue, remove extraneous tabs Trivial fix to clean up an indentation issue, remove tabs Signed-off-by: Colin Ian King Signed-off-by: Jens Axboe --- diff --git a/drivers/block/mtip32xx/mtip32xx.c b/drivers/block/mtip32xx/mtip32xx.c index dfc8de6ce5254..a7daa8acbab3a 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; } } }