diff options
author | Bart Van Assche <bart.vanassche@sandisk.com> | 2015-06-04 15:58:09 -0700 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-06-13 08:51:39 -0700 |
commit | 8d2b21db49f1b8bfc882586932bdb3f707420b43 (patch) | |
tree | 4c00a3de5c4695f8e5f0270bc4db0e8ae1dcf0c4 /drivers/scsi/qla2xxx/qla_init.c | |
parent | 5897cb2fc3016c9c2e4b1e3ec91d47522e08bd6e (diff) |
qla2xxx: Fix indentation
Detected by smatch.
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Acked-by: Himanshu Madhani <himanshu.madhani@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_init.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_init.c b/drivers/scsi/qla2xxx/qla_init.c index 285cb204f300..664013115c9d 100644 --- a/drivers/scsi/qla2xxx/qla_init.c +++ b/drivers/scsi/qla2xxx/qla_init.c @@ -708,7 +708,7 @@ qla2x00_initialize_adapter(scsi_qla_host_t *vha) if (rval != QLA_SUCCESS) { ql_log(ql_log_warn, vha, 0x00d4, "Unable to initialize ISP84XX.\n"); - qla84xx_put_chip(vha); + qla84xx_put_chip(vha); } } |