scsi: mpt3sas: Remove trailing space after \n newline

There is a extraneous space after a newline in an ioc_info message.
Remove it and join to split literal strings into one.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240902172708.369741-1-colin.i.king@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Colin Ian King 2024-09-02 18:27:08 +01:00 committed by Martin K. Petersen
parent c7c846fa94
commit 0557f49870

View file

@ -8882,9 +8882,8 @@ _base_check_ioc_facts_changes(struct MPT3SAS_ADAPTER *ioc)
ioc->device_remove_in_progress, pd_handles_sz, GFP_KERNEL);
if (!device_remove_in_progress) {
ioc_info(ioc,
"Unable to allocate the memory for "
"device_remove_in_progress of sz: %d\n "
, pd_handles_sz);
"Unable to allocate the memory for device_remove_in_progress of sz: %d\n",
pd_handles_sz);
return -ENOMEM;
}
memset(device_remove_in_progress +