Commit 4086eae5 authored by Colin Ian King's avatar Colin Ian King Committed by Martin K. Petersen

scsi: megaraid_sas: add in missing white space in error message text

A dev_printk message spans two lines and the literal string is missing a
white space between words. Add the white space.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarSumit Saxena <sumit.saxena@broadcom.com>
Reviewed-by: default avatarHannes Reinecke <hare@suse.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 9c81e2cf
......@@ -5782,7 +5782,7 @@ static int megasas_probe_one(struct pci_dev *pdev,
&instance->consumer_h);
if (!instance->producer || !instance->consumer) {
dev_printk(KERN_DEBUG, &pdev->dev, "Failed to allocate"
dev_printk(KERN_DEBUG, &pdev->dev, "Failed to allocate "
"memory for producer, consumer\n");
goto fail_alloc_dma_buf;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment