Skip to content

Commit 34f04a9

Browse files
ColinIanKingmartinkpetersen
authored andcommitted
scsi: pm8001: Remove trailing space after \n newline
There is a extraneous space after a newline in a pm8001_dbg message. Remove it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Jack Wang <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 57bada8 commit 34f04a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/pm8001/pm80xx_hwi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2037,7 +2037,7 @@ mpi_ssp_completion(struct pm8001_hba_info *pm8001_ha, void *piomb)
20372037
atomic_dec(&pm8001_dev->running_req);
20382038
break;
20392039
}
2040-
pm8001_dbg(pm8001_ha, IO, "scsi_status = 0x%x\n ",
2040+
pm8001_dbg(pm8001_ha, IO, "scsi_status = 0x%x\n",
20412041
psspPayload->ssp_resp_iu.status);
20422042
spin_lock_irqsave(&t->task_state_lock, flags);
20432043
t->task_state_flags &= ~SAS_TASK_STATE_PENDING;

0 commit comments

Comments
 (0)