Skip to content

Commit 571d81b

Browse files
ColinIanKingmartinkpetersen
authored andcommitted
scsi: megaraid_sas: Remove trailing space after \n newline
There is a extraneous space after a newline in a dev_err 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 34f04a9 commit 571d81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/megaraid/megaraid_sas_base.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6380,7 +6380,7 @@ static int megasas_init_fw(struct megasas_instance *instance)
63806380
GFP_KERNEL);
63816381
if (!fusion->stream_detect_by_ld[i]) {
63826382
dev_err(&instance->pdev->dev,
6383-
"unable to allocate stream detect by LD\n ");
6383+
"unable to allocate stream detect by LD\n");
63846384
for (j = 0; j < i; ++j)
63856385
kfree(fusion->stream_detect_by_ld[j]);
63866386
kfree(fusion->stream_detect_by_ld);

0 commit comments

Comments
 (0)