Re: [patch] qla2xxx: small cleanup in qla2x00_wait_for_hba_ready()

2016-08-08 Thread Martin K. Petersen
> "Dan" == Dan Carpenter writes: Dan> The "if (test_bit(UNLOADING..." line was indented one tab more than Dan> it should have been. There was an extra parenthesis around the Dan> qla2x00_reset_active() function call. I lined up the conditions a Dan> bit so that it shows how they group toget

Re: [patch] qla2xxx: small cleanup in qla2x00_wait_for_hba_ready()

2016-08-04 Thread Himanshu Madhani
On 8/3/16, 11:42 AM, "Dan Carpenter" wrote: >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. > >

[patch] qla2xxx: small cleanup in qla2x00_wait_for_hba_ready()

2016-08-03 Thread Dan Carpenter
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 diff --git a/drivers/s