mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 19:36:41 +00:00
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>
This commit is contained in:
parent
6984046608
commit
698b53b311
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user