From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753988AbcIMLvw (ORCPT ); Tue, 13 Sep 2016 07:51:52 -0400 Received: from mail-oi0-f51.google.com ([209.85.218.51]:36179 "EHLO mail-oi0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751581AbcIMLvu (ORCPT ); Tue, 13 Sep 2016 07:51:50 -0400 From: Sumit Saxena References: <20160912124212.32132-1-colin.king@canonical.com> In-Reply-To: <20160912124212.32132-1-colin.king@canonical.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQLRiYFXtoUBwawWObYcgmX6ZFHo5p54VzyA Date: Tue, 13 Sep 2016 17:21:44 +0530 Message-ID: <00f54f55ea53b9b06742c4a9db1d6ee1@mail.gmail.com> Subject: RE: [PATCH] scsi: megaraid_sas: add in missing white space in error message text To: Colin King , Kashyap Desai , Sumit Saxena , Uday Lingala , "James E . J . Bottomley" , "Martin K . Petersen" , megaraidlinux.pdl@avagotech.com, linux-scsi@vger.kernel.org Cc: linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >-----Original Message----- >From: Colin King [mailto:colin.king@canonical.com] >Sent: Monday, September 12, 2016 6:12 PM >To: Kashyap Desai; Sumit Saxena; Uday Lingala; James E . J . Bottomley; >Martin K >. Petersen; megaraidlinux.pdl@avagotech.com; linux-scsi@vger.kernel.org >Cc: linux-kernel@vger.kernel.org >Subject: [PATCH] scsi: megaraid_sas: add in missing white space in error >message >text > >From: Colin Ian King > >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 >--- > drivers/scsi/megaraid/megaraid_sas_base.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c >b/drivers/scsi/megaraid/megaraid_sas_base.c >index 2d62d71..c236c4d 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; > } Acked-by: Sumit Saxena >-- >2.9.3