We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c846f commit 0557f49Copy full SHA for 0557f49
drivers/scsi/mpt3sas/mpt3sas_base.c
@@ -8882,9 +8882,8 @@ _base_check_ioc_facts_changes(struct MPT3SAS_ADAPTER *ioc)
8882
ioc->device_remove_in_progress, pd_handles_sz, GFP_KERNEL);
8883
if (!device_remove_in_progress) {
8884
ioc_info(ioc,
8885
- "Unable to allocate the memory for "
8886
- "device_remove_in_progress of sz: %d\n "
8887
- , pd_handles_sz);
+ "Unable to allocate the memory for device_remove_in_progress of sz: %d\n",
+ pd_handles_sz);
8888
return -ENOMEM;
8889
}
8890
memset(device_remove_in_progress +
0 commit comments