Skip to content

Commit

Permalink
mtip32xx: clean an indentation issue, remove extraneous tabs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Jens Axboe committed Oct 30, 2018
1 parent 6984046 commit 698b53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/block/mtip32xx/mtip32xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down

0 comments on commit 698b53b

Please sign in to comment.