Skip to content

Commit 698b53b

Browse files
Colin Ian Kingaxboe
authored andcommitted
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>
1 parent 6984046 commit 698b53b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/block/mtip32xx/mtip32xx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,8 +1942,8 @@ static int exec_drive_taskfile(struct driver_data *dd,
19421942
dev_warn(&dd->pdev->dev,
19431943
"data movement but "
19441944
"sect_count is 0\n");
1945-
err = -EINVAL;
1946-
goto abort;
1945+
err = -EINVAL;
1946+
goto abort;
19471947
}
19481948
}
19491949
}

0 commit comments

Comments
 (0)