scsi: mpt3sas: Remove trailing space after \n newline
authorColin Ian King <colin.i.king@gmail.com>
Mon, 2 Sep 2024 17:27:08 +0000 (18:27 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 13 Sep 2024 00:30:43 +0000 (20:30 -0400)
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>
drivers/scsi/mpt3sas/mpt3sas_base.c

index 2d3eeda..fc013d7 100644 (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 +