From: Dan Carpenter <error27@gmail.com>
To: Julia Lawall <julia@diku.dk>
Cc: "James E.J. Bottomley" <James.Bottomley@suse.de>,
linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org,
kernel-janitors@vger.kernel.org, eric.moore@lsi.com,
kashyap.desai@lsi.com
Subject: [PATCH] scsi: mpt2sas: Add space in printk
Date: Fri, 6 Aug 2010 09:59:14 +0200 [thread overview]
Message-ID: <20100806075914.GS9031@bicker> (raw)
In-Reply-To: <Pine.LNX.4.64.1008052219190.31692@ask.diku.dk>
Add a space in the output:
old: Discovery: (stop)discovery_status(0x%08x)
new: Discovery: (stop) discovery_status(0x%08x)
Signed-off-by: Dan Carpenter <error27@gmail.com>
---
This goes on top of Julia's [PATCH 9/42] drivers/scsi: Adjust
confusing if indentation
diff --git a/drivers/scsi/mpt2sas/mpt2sas_base.c b/drivers/scsi/mpt2sas/mpt2sas_base.c
index 12faf64..562b909 100644
--- a/drivers/scsi/mpt2sas/mpt2sas_base.c
+++ b/drivers/scsi/mpt2sas/mpt2sas_base.c
@@ -532,7 +532,7 @@ _base_display_event_data(struct MPT2SAS_ADAPTER *ioc,
(event_data->ReasonCode == MPI2_EVENT_SAS_DISC_RC_STARTED) ?
"start" : "stop");
if (event_data->DiscoveryStatus)
- printk("discovery_status(0x%08x)",
+ printk(" discovery_status(0x%08x)",
le32_to_cpu(event_data->DiscoveryStatus));
printk("\n");
return;
next prev parent reply other threads:[~2010-08-06 8:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-05 20:19 [PATCH 9/42] drivers/scsi: Adjust confusing if indentation Julia Lawall
2010-08-06 7:49 ` Dan Carpenter
2010-08-06 9:42 ` Nick Cheng
2010-08-06 7:59 ` Dan Carpenter [this message]
2010-08-09 14:16 ` [PATCH] scsi: mpt2sas: Add space in printk Desai, Kashyap
2010-08-09 14:45 ` Julia Lawall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100806075914.GS9031@bicker \
--to=error27@gmail.com \
--cc=James.Bottomley@suse.de \
--cc=eric.moore@lsi.com \
--cc=julia@diku.dk \
--cc=kashyap.desai@lsi.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox