Commit ea9006df authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen

scsi: mpt3sas: fix indentation issue

There are a couple of statements that are incorrectly indented, fix these.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 83785733
...@@ -1523,8 +1523,8 @@ _base_process_reply_queue(struct adapter_reply_queue *reply_q) ...@@ -1523,8 +1523,8 @@ _base_process_reply_queue(struct adapter_reply_queue *reply_q)
reply_q->irq_poll_scheduled = true; reply_q->irq_poll_scheduled = true;
irq_poll_sched(&reply_q->irqpoll); irq_poll_sched(&reply_q->irqpoll);
} }
atomic_dec(&reply_q->busy); atomic_dec(&reply_q->busy);
return completed_cmds; return completed_cmds;
} }
if (request_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED) if (request_descript_type == MPI2_RPY_DESCRIPT_FLAGS_UNUSED)
goto out; goto out;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment