From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE504C43331 for ; Sat, 7 Sep 2019 16:08:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BDEB1218AE for ; Sat, 7 Sep 2019 16:08:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2394835AbfIGQIK (ORCPT ); Sat, 7 Sep 2019 12:08:10 -0400 Received: from smtprelay0145.hostedemail.com ([216.40.44.145]:46128 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731928AbfIGQIJ (ORCPT ); Sat, 7 Sep 2019 12:08:09 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay07.hostedemail.com (Postfix) with ESMTP id 46B9B181D33FB; Sat, 7 Sep 2019 16:08:08 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: boy17_46f3026a4863f X-Filterd-Recvd-Size: 1730 Received: from XPS-9350.home (unknown [47.151.152.152]) (Authenticated sender: joe@perches.com) by omf20.hostedemail.com (Postfix) with ESMTPA; Sat, 7 Sep 2019 16:08:07 +0000 (UTC) Message-ID: <8d6586f8772dd68695b9348ef977f2d9afa7645d.camel@perches.com> Subject: Re: [PATCH] Fixed parentheses malpractice in apex_driver.c From: Joe Perches To: Sandro Volery Cc: Dan Carpenter , linux-kernel@vger.kernel.org Date: Sat, 07 Sep 2019 09:08:06 -0700 In-Reply-To: <10B80D83-A473-4F46-8CCC-C50231DC42EA@volery.com> References: <25c248afff16f2b16b1c7ca4209e8ab727113f0d.camel@perches.com> <10B80D83-A473-4F46-8CCC-C50231DC42EA@volery.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.32.1-2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2019-09-07 at 17:56 +0200, Sandro Volery wrote: > > On 7 Sep 2019, at 17:44, Joe Perches 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 ' If this patch is a commit in your own local git tree: $ git format-patch -1 --stdout > tmp $ perl ./scripts/checkpatch.pl --strict tmp and send tmp and the checkpatch output.