[SCSI] scsi_error: fix indentation and braces disagreement - add braces
...and the list of recent breakage goes on and on, this time
it's 242f9dcb8b
(block: unify request timeout handling)
which broke it.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Acked-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
This commit is contained in:
committed by
James Bottomley
parent
66aa5745f6
commit
4a8ab87baf
@@ -136,7 +136,7 @@ enum blk_eh_timer_return scsi_times_out(struct request *req)
|
|||||||
else
|
else
|
||||||
eh_timed_out = NULL;
|
eh_timed_out = NULL;
|
||||||
|
|
||||||
if (eh_timed_out)
|
if (eh_timed_out) {
|
||||||
rtn = eh_timed_out(scmd);
|
rtn = eh_timed_out(scmd);
|
||||||
switch (rtn) {
|
switch (rtn) {
|
||||||
case BLK_EH_NOT_HANDLED:
|
case BLK_EH_NOT_HANDLED:
|
||||||
@@ -144,6 +144,7 @@ enum blk_eh_timer_return scsi_times_out(struct request *req)
|
|||||||
default:
|
default:
|
||||||
return rtn;
|
return rtn;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (unlikely(!scsi_eh_scmd_add(scmd, SCSI_EH_CANCEL_CMD))) {
|
if (unlikely(!scsi_eh_scmd_add(scmd, SCSI_EH_CANCEL_CMD))) {
|
||||||
scmd->result |= DID_TIME_OUT << 16;
|
scmd->result |= DID_TIME_OUT << 16;
|
||||||
|
Reference in New Issue
Block a user