[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8d6586f8772dd68695b9348ef977f2d9afa7645d.camel@perches.com>
Date: Sat, 07 Sep 2019 09:08:06 -0700
From: Joe Perches <joe@...ches.com>
To: Sandro Volery <sandro@...ery.com>
Cc: Dan Carpenter <dan.carpenter@...cle.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Fixed parentheses malpractice in apex_driver.c
On Sat, 2019-09-07 at 17:56 +0200, Sandro Volery wrote:
> > On 7 Sep 2019, at 17:44, Joe Perches <joe@...ches.com> wrote:
> >
> > On Sat, 2019-09-07 at 17:34 +0200, Sandro Volery wrote:
> > > On patchwork I entered 'volery' as my username because I didn't know better, and now checkpatch always complains when I add 'signed-off-by' with my actual full name.
> >
> > How does checkpatch complain?
> > There is no connection between patchwork
> > and checkpatch.
>
> Checkpatch tells me that I haven't used 'volery' as
> my signed off name.
Please send the both the patch and the actual checkpatch output
you get when running 'perl ./scripts/checkpatch.pl <patch>'
If this patch is a commit in your own local git tree:
$ git format-patch -1 --stdout <commit_id> > tmp
$ perl ./scripts/checkpatch.pl --strict tmp
and send tmp and the checkpatch output.
Powered by blists - more mailing lists