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:
Colin Ian King 2018-10-30 11:29:42 +00:00 committed by Jens Axboe
parent 6984046608
commit 698b53b311
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}
}