public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Tobin C. Harding" <me@tobin.cc>
To: "Kershner, David A" <David.Kershner@unisys.com>
Cc: Derek Robson <robsonde@gmail.com>,
	"gregkh@linuxfoundation.org" <gregkh@linuxfoundation.org>,
	"Sell, Timothy C" <Timothy.Sell@unisys.com>,
	"Binder, David Anthony" <David.Binder@unisys.com>,
	"Wadgaonkar, Sameer Laxmikant" <Sameer.Wadgaonkar@unisys.com>,
	"marcos.souza.org@gmail.com" <marcos.souza.org@gmail.com>,
	"devel@driverdev.osuosl.org" <devel@driverdev.osuosl.org>,
	*S-Par-Maintainer <SParMaintainer@unisys.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH V2] staging: unisys: visorhba - style fix
Date: Tue, 20 Jun 2017 08:01:19 +1000	[thread overview]
Message-ID: <20170619220119.GC32305@eros> (raw)
In-Reply-To: <CY4PR07MB3176E806363185B742FC40BCF0C40@CY4PR07MB3176.namprd07.prod.outlook.com>

On Mon, Jun 19, 2017 at 03:28:19PM +0000, Kershner, David A wrote:
> 
> > -----Original Message-----
> > From: Derek Robson [mailto:robsonde@gmail.com]
> > Sent: Friday, June 16, 2017 11:13 PM
> > To: Kershner, David A <David.Kershner@unisys.com>;
> > gregkh@linuxfoundation.org; Sell, Timothy C <Timothy.Sell@unisys.com>;
> > Binder, David Anthony <David.Binder@unisys.com>; Wadgaonkar, Sameer
> > Laxmikant <Sameer.Wadgaonkar@unisys.com>;
> > marcos.souza.org@gmail.com; robsonde@gmail.com
> > Cc: *S-Par-Maintainer <SParMaintainer@unisys.com>;
> > devel@driverdev.osuosl.org; linux-kernel@vger.kernel.org
> > Subject: [PATCH V2] staging: unisys: visorhba - style fix
> > 
> > Fixed style of permissions to octal.
> > Found using checkpatch
> > 
> > Signed-off-by: Derek Robson <robsonde@gmail.com>
> 
> I applied it and tested it. Though when I applied it, the V1 comment was included in the patch commit. 

Derek, for clarification what David means is that the version notes
should go below the dotted line so as not to be included in the patch
commit. You may also like to read
Documentation/process/submitting-patches.rst for tips on writing your
commit log (specifically section 2).

> 
> 
> > 
> > V1 has vauge subject
> > ---

v1 -> v2
 - fix vague subject

> >  drivers/staging/unisys/visorhba/visorhba_main.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/staging/unisys/visorhba/visorhba_main.c
> > b/drivers/staging/unisys/visorhba/visorhba_main.c
> > index 2fd31c9762c6..a6e7a6bbc428 100644
> > --- a/drivers/staging/unisys/visorhba/visorhba_main.c
> > +++ b/drivers/staging/unisys/visorhba/visorhba_main.c
> > @@ -1090,7 +1090,7 @@ static int visorhba_probe(struct visor_device *dev)
> >  		goto err_scsi_remove_host;
> >  	}
> >  	devdata->debugfs_info =
> > -		debugfs_create_file("info", S_IRUSR | S_IRGRP,
> > +		debugfs_create_file("info", 0440,
> >  				    devdata->debugfs_dir, devdata,
> >  				    &info_debugfs_fops);
> >  	if (!devdata->debugfs_info) {
> > --
> > 2.13.0
> 
> _______________________________________________
> devel mailing list
> devel@linuxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Good luck,
Tobin.

      reply	other threads:[~2017-06-19 22:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-17  3:12 [PATCH V2] staging: unisys: visorhba - style fix Derek Robson
2017-06-19 15:28 ` Kershner, David A
2017-06-19 22:01   ` Tobin C. Harding [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=20170619220119.GC32305@eros \
    --to=me@tobin.cc \
    --cc=David.Binder@unisys.com \
    --cc=David.Kershner@unisys.com \
    --cc=SParMaintainer@unisys.com \
    --cc=Sameer.Wadgaonkar@unisys.com \
    --cc=Timothy.Sell@unisys.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcos.souza.org@gmail.com \
    --cc=robsonde@gmail.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