projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6984046
)
mtip32xx: clean an indentation issue, remove extraneous tabs
author
Colin Ian King
<colin.king@canonical.com>
Tue, 30 Oct 2018 11:29:42 +0000
(11:29 +0000)
committer
Jens Axboe
<axboe@kernel.dk>
Tue, 30 Oct 2018 20:31:36 +0000
(14:31 -0600)
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>
drivers/block/mtip32xx/mtip32xx.c
patch
|
blob
|
history
diff --git
a/drivers/block/mtip32xx/mtip32xx.c
b/drivers/block/mtip32xx/mtip32xx.c
index dfc8de6ce5254872a8b96ec364d7cd3136f4f7d7..a7daa8acbab3a53feda3e1e92dcc51d86a32ba71 100644
(file)
--- 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;
}
}
}