commit | 1d48390117c7df9839cf4d43ec33346e7868a53c | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Aug 03 21:42:32 2016 +0300 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Aug 08 21:28:43 2016 -0400 |
tree | 2bb55e7b776cd03a2767a62e34a8f38b879797d7 | |
parent | 0d667f72b2a20bbac72bec0ab11467fc70bb0f1f [diff] |
qla2xxx: small cleanup in qla2x00_wait_for_hba_ready() The "if (test_bit(UNLOADING..." line was indented one tab more than it should have been. There was an extra parenthesis around the qla2x00_reset_active() function call. I lined up the conditions a bit so that it shows how they group together. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Himanshu Madhani <himanshu.madhani@qlogic.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>