From: Julia Lawall <julia@diku.dk>
To: "Desai, Kashyap" <Kashyap.Desai@lsi.com>
Cc: Dan Carpenter <error27@gmail.com>,
"James E.J. Bottomley" <James.Bottomley@suse.de>,
"linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"kernel-janitors@vger.kernel.org"
<kernel-janitors@vger.kernel.org>,
"Moore, Eric" <Eric.Moore@lsi.com>
Subject: RE: [PATCH] scsi: mpt2sas: Add space in printk
Date: Mon, 9 Aug 2010 16:45:19 +0200 (CEST) [thread overview]
Message-ID: <Pine.LNX.4.64.1008091644280.28909@ask.diku.dk> (raw)
In-Reply-To: <1C9608B8A4CD534FB19C7C7543CBB24902991CD597@inbmail02.lsi.com>
On Mon, 9 Aug 2010, Desai, Kashyap wrote:
>
>
> > -----Original Message-----
> > From: Dan Carpenter [mailto:error27@gmail.com]
> > Sent: Friday, August 06, 2010 1:29 PM
> > To: Julia Lawall
> > Cc: James E.J. Bottomley; linux-scsi@vger.kernel.org; linux-
> > kernel@vger.kernel.org; kernel-janitors@vger.kernel.org; Moore, Eric;
> > Desai, Kashyap
> > Subject: [PATCH] scsi: mpt2sas: Add space in printk
> >
> > 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)",
> I don't see any significant reason for changing print. It not adding any benefit.
It would look a little nicer to have a space after the ) that is printed
by the previous statement.
julia
prev parent reply other threads:[~2010-08-09 14:45 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 ` [PATCH] scsi: mpt2sas: Add space in printk Dan Carpenter
2010-08-09 14:16 ` Desai, Kashyap
2010-08-09 14:45 ` Julia Lawall [this message]
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=Pine.LNX.4.64.1008091644280.28909@ask.diku.dk \
--to=julia@diku.dk \
--cc=Eric.Moore@lsi.com \
--cc=James.Bottomley@suse.de \
--cc=Kashyap.Desai@lsi.com \
--cc=error27@gmail.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
all inboxes | Powered by JetHome®