File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8818,7 +8818,7 @@ lpfc_sli4_hba_setup(struct lpfc_hba *phba)
8818
8818
rc = lpfc_sli4_queue_setup(phba);
8819
8819
if (unlikely(rc)) {
8820
8820
lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
8821
- "0381 Error %d during queue setup.\n ", rc);
8821
+ "0381 Error %d during queue setup.\n", rc);
8822
8822
goto out_stop_timers;
8823
8823
}
8824
8824
/* Initialize the driver internal SLI layer lists. */
@@ -21149,7 +21149,7 @@ lpfc_drain_txq(struct lpfc_hba *phba)
21149
21149
if (!piocbq) {
21150
21150
spin_unlock_irqrestore(&pring->ring_lock, iflags);
21151
21151
lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
21152
- "2823 txq empty and txq_cnt is %d\n ",
21152
+ "2823 txq empty and txq_cnt is %d\n",
21153
21153
txq_cnt);
21154
21154
break;
21155
21155
}
You can’t perform that action at this time.
0 commit comments