Alright, I'll do that when I get home tonight! Thanks, Sandro V
> On 7 Sep 2019, at 18:08, Joe Perches <j...@perches.com> wrote: > > On Sat, 2019-09-07 at 17:56 +0200, Sandro Volery wrote: >>>> On 7 Sep 2019, at 17:44, Joe Perches <j...@perches.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. > >