[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <5ACCE874-244F-4689-B606-05669BE080BE@volery.com>
Date: Mon, 9 Sep 2019 18:36:47 +0200
From: Sandro Volery <sandro@...ery.com>
To: Joe Perches <joe@...ches.com>
Cc: Dan Carpenter <dan.carpenter@...cle.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Fixed parentheses malpractice in apex_driver.c
> On 9 Sep 2019, at 18:15, Joe Perches <joe@...ches.com> wrote:
>
> On Sat, 2019-09-07 at 18:12 +0200, Sandro Volery wrote:
>> Alright, I'll do that when I get home tonight!
>
> I'm going to assume this is not an actual problem.
>
Oh yeah I'm sorry, I was all busy reading documentations
about the Kernel and stuff ;)
I got it to work, I actually just had my gitconfig name set as 'volery'.
Thanks
>> Thanks,
>> Sandro V
>>
>>>> On 7 Sep 2019, at 18:08, Joe Perches <joe@...ches.com> wrote:
>>>
>>> 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