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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 3692EC282CE for ; Tue, 4 Jun 2019 08:15:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1679724C67 for ; Tue, 4 Jun 2019 08:15:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726960AbfFDIPD (ORCPT ); Tue, 4 Jun 2019 04:15:03 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:38918 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727014AbfFDIPC (ORCPT ); Tue, 4 Jun 2019 04:15:02 -0400 Received: from p5b06daab.dip0.t-ipconnect.de ([91.6.218.171] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1hY4ax-0001wT-15; Tue, 04 Jun 2019 10:14:59 +0200 Date: Tue, 4 Jun 2019 10:14:58 +0200 (CEST) From: Thomas Gleixner To: "Enrico Weigelt, metux IT consult" cc: Greg KH , linux-spdx@vger.kernel.org, armijn@tjaldur.nl Subject: Re: [PATCH] drivers: input: touchscreen: elants_i2c: Replace GPLv2 boilerplate/reference with SPDX In-Reply-To: <3e530e2a-2b0d-3fee-4800-61ae7df2123b@metux.net> Message-ID: References: <05aed1e-78ec-b2bb-af3d-fc21cc3ad65f@metux.net> <1559558943-24157-1-git-send-email-info@metux.net> <1559558943-24157-2-git-send-email-info@metux.net> <20190603113824.GD7678@kroah.com> <3e530e2a-2b0d-3fee-4800-61ae7df2123b@metux.net> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-spdx-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Tue, 4 Jun 2019, Enrico Weigelt, metux IT consult wrote: > On 03.06.19 11:38, Greg KH wrote: > > On Mon, Jun 03, 2019 at 12:49:03PM +0200, Enrico Weigelt, metux IT consult > > wrote: > > > Replace the GPLVv2 boilerplate w/ machine readable SPDX header. > > > > > > Doing manual replacement, as rule 233 didn't fit exactly and would > > > have left empty comments. > > > > > > Signed-off-by: Enrico Weigelt > > > --- > > > drivers/input/touchscreen/elants_i2c.c | 8 +------- > > > 1 file changed, 1 insertion(+), 7 deletions(-) > > > > If this is a v2 patch, ALWAYS properly label it as such. > > > > Otherwise I just get confused and delete all of the patches that are > > different, yet have the identical subject lines :( > > Oh, sorry. I shouldn't send patches when I'm in a hurry :o > I'll repost it as v2 (unless the original one was already accepted). As I said, I run the fixup script over it when collecting the patches from the list. Thanks, tglx