mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-17 10:44:11 -05:00
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 <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20240902142252.309232-1-colin.i.king@gmail.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
34f04a9b6e
commit
571d81b482
@@ -6380,7 +6380,7 @@ static int megasas_init_fw(struct megasas_instance *instance)
|
||||
GFP_KERNEL);
|
||||
if (!fusion->stream_detect_by_ld[i]) {
|
||||
dev_err(&instance->pdev->dev,
|
||||
"unable to allocate stream detect by LD\n ");
|
||||
"unable to allocate stream detect by LD\n");
|
||||
for (j = 0; j < i; ++j)
|
||||
kfree(fusion->stream_detect_by_ld[j]);
|
||||
kfree(fusion->stream_detect_by_ld);
|
||||
|
||||
Reference in New Issue
Block a user