projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5b0e40
)
qla2xxx: Fix indentation
author
Bart Van Assche
<
[email protected]
>
Wed, 11 Jan 2017 23:58:58 +0000
(15:58 -0800)
committer
Bart Van Assche
<
[email protected]
>
Tue, 17 Jan 2017 19:26:18 +0000
(11:26 -0800)
This patch avoids that smatch complains about inconsistent indentation.
Signed-off-by: Bart Van Assche <
[email protected]
>
Acked-by: Himanshu Madhani <
[email protected]
>
Cc: Quinn Tran <
[email protected]
>
Cc: Christoph Hellwig <
[email protected]
>
drivers/scsi/qla2xxx/qla_mbx.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_mbx.c
b/drivers/scsi/qla2xxx/qla_mbx.c
index 2819ceb96041e5b97b234f115c9b35d4b4251ffe..3f0b592f02bf759e67bdd3277a83a800bc3b2c2d 100644
(file)
--- a/
drivers/scsi/qla2xxx/qla_mbx.c
+++ b/
drivers/scsi/qla2xxx/qla_mbx.c
@@
-101,12
+101,12
@@
qla2x00_mailbox_command(scsi_qla_host_t *vha, mbx_cmd_t *mcp)
return QLA_FUNCTION_TIMEOUT;
}
-
/* if PCI error, then avoid mbx processing.*/
-
if (test_bit(PCI_ERR, &base_vha->dpc_flags)) {
+ /* if PCI error, then avoid mbx processing.*/
+ if (test_bit(PCI_ERR, &base_vha->dpc_flags)) {
ql_log(ql_log_warn, vha, 0x1191,
"PCI error, exiting.\n");
return QLA_FUNCTION_TIMEOUT;
-
}
+ }
reg = ha->iobase;
io_lock_on = base_vha->flags.init_done;