]> git.baikalelectronics.ru Git - kernel.git/commit
qla2xxx: small cleanup in qla2x00_wait_for_hba_ready()
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 3 Aug 2016 18:42:32 +0000 (21:42 +0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 9 Aug 2016 01:28:43 +0000 (21:28 -0400)
commit81cd4787936887ef69297b36a9d2a9dd5a0460a4
tree2bb55e7b776cd03a2767a62e34a8f38b879797d7
parentf8f585021532ac866c10f09e840ad693da893128
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>
drivers/scsi/qla2xxx/qla_os.c