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=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,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 9B255C7618F for ; Sat, 20 Jul 2019 03:09:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7AD4A20880 for ; Sat, 20 Jul 2019 03:09:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390481AbfGTDJX (ORCPT ); Fri, 19 Jul 2019 23:09:23 -0400 Received: from smtprelay0006.hostedemail.com ([216.40.44.6]:52322 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729238AbfGTDJW (ORCPT ); Fri, 19 Jul 2019 23:09:22 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay06.hostedemail.com (Postfix) with ESMTP id 44B2818225E03; Sat, 20 Jul 2019 03:09:21 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: lamp01_1756563093547 X-Filterd-Recvd-Size: 1773 Received: from XPS-9350 (cpe-23-242-70-174.socal.res.rr.com [23.242.70.174]) (Authenticated sender: joe@perches.com) by omf19.hostedemail.com (Postfix) with ESMTPA; Sat, 20 Jul 2019 03:09:20 +0000 (UTC) Message-ID: Subject: Re: [PATCH 2/2] checkpatch: Improve SPDX license checking From: Joe Perches To: Stephen Rothwell Cc: Andrew Morton , Andy Whitcroft , linux-kernel@vger.kernel.org Date: Fri, 19 Jul 2019 20:09:19 -0700 In-Reply-To: <20190720122203.7baf841a@canb.auug.org.au> References: <20190720122203.7baf841a@canb.auug.org.au> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.30.5-0ubuntu0.18.10.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2019-07-20 at 12:22 +1000, Stephen Rothwell wrote: > Hi Joe, > > On Fri, 19 Jul 2019 15:31:33 -0700 Joe Perches wrote: > > Use perl's m@@ match and not // comparisons to avoid > > an error using c90's // comment style. > > > > Miscellanea: > > > > o Use normal tab indentation and alignment > > > > Link: http://lkml.kernel.org/r/5e4a8fa7901148fbcd77ab391e6dd0e6bf95777f.camel@perches.com > > > > Signed-off-by: Joe Perches > > Signed-off-by: Andrew Morton > > Signed-off-by: Stephen Rothwell > > Again, don't include other's (non author's) SOB lines. Nope. You _already_ signed-off this patch. I'm simply reproducing it.