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: Colin Ian King <colin.king@canonical.com> Acked-by: Sumit Saxena <sumit.saxena@broadcom.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
9c81e2cf7b
commit
4086eae52b
@ -5782,7 +5782,7 @@ static int megasas_probe_one(struct pci_dev *pdev,
|
|||||||
&instance->consumer_h);
|
&instance->consumer_h);
|
||||||
|
|
||||||
if (!instance->producer || !instance->consumer) {
|
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");
|
"memory for producer, consumer\n");
|
||||||
goto fail_alloc_dma_buf;
|
goto fail_alloc_dma_buf;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user