From: Colin Ian King Date: Mon, 12 Sep 2016 12:42:12 +0000 (+0100) Subject: scsi: megaraid_sas: add in missing white space in error message text X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4086eae52beab7808b8aa1a9f7d4095eebc247c7;p=linux.git 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 Acked-by: Sumit Saxena Reviewed-by: Hannes Reinecke Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c index 7edc9e21c5368..255f79ea9813b 100644 --- a/drivers/scsi/megaraid/megaraid_sas_base.c +++ b/drivers/scsi/megaraid/megaraid_sas_base.c @@ -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; }