From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Joe Perches <joe@perches.com>
Cc: devel@driverdev.osuosl.org, Ben Evans <bevans@cray.com>,
Fabian Huegel <fabian_huegel@web.de>,
linux-kernel@i4.cs.fau.de, NeilBrown <neilb@suse.com>,
linux-kernel@vger.kernel.org, Oleg Drokin <oleg.drokin@intel.com>,
lustre-devel@lists.lustre.org,
Andreas Dilger <andreas.dilger@intel.com>,
"John L . Hammond" <john.hammond@intel.com>,
Lai Siyao <lai.siyao@intel.com>,
Christoph Volkert <linux@christoph-volkert.de>
Subject: [lustre-devel] [PATCH 1/2] staging: lustre: Fix comment style
Date: Mon, 22 Jan 2018 11:37:45 +0100 [thread overview]
Message-ID: <20180122103745.GA23996@kroah.com> (raw)
In-Reply-To: <1516413239.14739.0.camel@perches.com>
On Fri, Jan 19, 2018 at 05:53:59PM -0800, Joe Perches wrote:
> On Thu, 2018-01-18 at 16:51 +0100, Fabian Huegel wrote:
> > Most multi-line comments started on the first line, but the preferred
> > linux kernel style is to start multi-line comments on the second line.
> > Some comments became less readable after the change, so we changed them
> > to single-line comments.
> []
> > diff --git a/drivers/staging/lustre/lustre/include/obd_class.h b/drivers/staging/lustre/lustre/include/obd_class.h
> >
> > @@ -182,7 +179,8 @@ struct config_llog_data {
> > struct obd_export *cld_mgcexp;
> > struct mutex cld_lock;
> > int cld_type;
> > - unsigned int cld_stopping:1, /* we were told to stop
> > + unsigned int cld_stopping:1, /*
> > + * we were told to stop
> > * watching
> > */
> > cld_lostlock:1; /* lock not requeued */
>
> probably better for both of these to be bool
> instead of bitfield.
That's a change best left for a separate patch :)
thanks,
greg k-h
next prev parent reply other threads:[~2018-01-22 10:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1515691022-22729-1-git-send-email-fabian_huegel@web.de>
2018-01-11 17:25 ` [lustre-devel] (no subject) Ben Evans
[not found] ` <1515691022-22729-2-git-send-email-fabian_huegel@web.de>
2018-01-15 15:00 ` [lustre-devel] [PATCH 1/8] staging: lustre: Enclose complex macros in parentheses Greg Kroah-Hartman
[not found] ` <1515691022-22729-5-git-send-email-fabian_huegel@web.de>
2018-01-15 15:02 ` [lustre-devel] [PATCH 4/8] staging: lustre: Fix comment style Greg Kroah-Hartman
[not found] ` <1516290692-11642-1-git-send-email-fabian_huegel@web.de>
[not found] ` <1516290692-11642-2-git-send-email-fabian_huegel@web.de>
2018-01-20 1:53 ` [lustre-devel] [PATCH 1/2] " Joe Perches
2018-01-22 10:37 ` Greg Kroah-Hartman [this message]
[not found] ` <1515691022-22729-7-git-send-email-fabian_huegel@web.de>
2018-01-19 3:36 ` [lustre-devel] [PATCH 6/8] staging: lustre: Fix overlong lines Dilger, Andreas
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=20180122103745.GA23996@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=andreas.dilger@intel.com \
--cc=bevans@cray.com \
--cc=devel@driverdev.osuosl.org \
--cc=fabian_huegel@web.de \
--cc=joe@perches.com \
--cc=john.hammond@intel.com \
--cc=lai.siyao@intel.com \
--cc=linux-kernel@i4.cs.fau.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@christoph-volkert.de \
--cc=lustre-devel@lists.lustre.org \
--cc=neilb@suse.com \
--cc=oleg.drokin@intel.com \
/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