projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1987c8
)
scsi: lpfc: Fix inconsistent indenting
author
Colin Ian King
<colin.king@canonical.com>
Tue, 7 Jul 2020 15:00:18 +0000
(16:00 +0100)
committer
Martin K. Petersen
<martin.petersen@oracle.com>
Wed, 8 Jul 2020 05:14:34 +0000
(
01:14
-0400)
Fix smatch warning:
drivers/scsi/lpfc/lpfc_sli.c:15156 lpfc_cq_poll_hdler() warn:
inconsistent indenting
Link:
https://lore.kernel.org/r/20200707150018.823350-1-colin.king@canonical.com
Reviewed-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_sli.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/lpfc/lpfc_sli.c
b/drivers/scsi/lpfc/lpfc_sli.c
index e17675381cb8f2b79ba01cdb6fd378e2c408e7f9..92fc6527e7ee66d7be80a2beda6976d3f3094b0e 100644
(file)
--- a/
drivers/scsi/lpfc/lpfc_sli.c
+++ b/
drivers/scsi/lpfc/lpfc_sli.c
@@
-15153,7
+15153,7
@@
static int lpfc_cq_poll_hdler(struct irq_poll *iop, int budget)
{
struct lpfc_queue *cq = container_of(iop, struct lpfc_queue, iop);
-
__lpfc_sli4_hba_process_cq(cq, LPFC_IRQ_POLL);
+ __lpfc_sli4_hba_process_cq(cq, LPFC_IRQ_POLL);
return 1;
}