Skip to content

Commit d2ce0e5

Browse files
ColinIanKingmartinkpetersen
authored andcommitted
scsi: hisi_sas: Remove trailing space after \n newline
There is a extraneous space after a newline in a dev_info message. Remove it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 571d81b commit d2ce0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/hisi_sas/hisi_sas_v3_hw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2421,7 +2421,7 @@ static void slot_complete_v3_hw(struct hisi_hba *hisi_hba,
24212421
spin_lock_irqsave(&device->done_lock, flags);
24222422
if (test_bit(SAS_HA_FROZEN, &ha->state)) {
24232423
spin_unlock_irqrestore(&device->done_lock, flags);
2424-
dev_info(dev, "slot complete: task(%pK) ignored\n ",
2424+
dev_info(dev, "slot complete: task(%pK) ignored\n",
24252425
task);
24262426
return;
24272427
}

0 commit comments

Comments
 (0)