Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933137AbbFJG3w (ORCPT ); Wed, 10 Jun 2015 02:29:52 -0400 Received: from mail-qk0-f170.google.com ([209.85.220.170]:36137 "EHLO mail-qk0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753171AbbFJG3q (ORCPT ); Wed, 10 Jun 2015 02:29:46 -0400 From: Sumit Saxena References: <1433865223-15310-1-git-send-email-colin.king@canonical.com> In-Reply-To: <1433865223-15310-1-git-send-email-colin.king@canonical.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQLAWfbm/tH/P14DMXNLgV6sWRi245vF2a1w Date: Wed, 10 Jun 2015 11:59:42 +0530 Message-ID: Subject: RE: [PATCH] megaraid_sas: insert missing space in kernel message To: Colin King , Kashyap Desai , Uday Lingala , "James E.J. Bottomley" , "PDL,MEGARAIDLINUX" , 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 Content-Length: 1670 Lines: 47 >-----Original Message----- >From: Colin King [mailto:colin.king@canonical.com] >Sent: Tuesday, June 09, 2015 9:24 PM >To: Kashyap Desai; Sumit Saxena; Uday Lingala; James E.J. Bottomley; >megaraidlinux.pdl@avagotech.com; linux-scsi@vger.kernel.org >Cc: linux-kernel@vger.kernel.org >Subject: [PATCH] megaraid_sas: insert missing space in kernel message > >From: Colin Ian King > >The printk format specifier string is missing a space between the %p format >specifier and the "on the defer" text. Minor fix, add the missing 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 890637f..4889ef6 100644 >--- a/drivers/scsi/megaraid/megaraid_sas_base.c >+++ b/drivers/scsi/megaraid/megaraid_sas_base.c >@@ -3148,7 +3148,7 @@ megasas_internal_reset_defer_cmds(struct >megasas_instance *instance) > cmd = instance->cmd_list[i]; > if (cmd->sync_cmd == 1 || cmd->scmd) { > printk(KERN_NOTICE "megasas: moving >cmd[%d]:%p:%d:%p" >- "on the defer queue as internal\n", >+ " on the defer queue as internal\n", > defer_index, cmd, cmd->sync_cmd, cmd- >>scmd); > > if (!list_empty(&cmd->list)) { Acked-by: Sumit Saxena >-- >2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/