Received: by 2002:a17:90a:2044:0:0:0:0 with SMTP id n62csp533456pjc; Mon, 20 May 2019 11:22:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqw2vwdcfUE4HGALb7AL70I1MSDlGEYR45Eo1rbZFwQpeZyY7rMUoF11pXMDc6+Jz6fs3Llr X-Received: by 2002:a65:4c07:: with SMTP id u7mr74541141pgq.93.1558376576339; Mon, 20 May 2019 11:22:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558376576; cv=none; d=google.com; s=arc-20160816; b=oYyl7YzIHEsxdIgJ/P0zlomyd/PvhmJXIM1Ky1tDmSS2A4Yqx0ZqqTIMu3uD8j56GL bfZhgqsjAw/kivg6/vg1MWSrzLWbfvTWGpHjOcSNT3oTylHuJE/5n+mpmim5YAksyZPS /DCtffGVTgjUyPgXNI/ZzOuH0X01YM2aCspzZbMOuuuL4218LJRMLniI6C45hA7xTnD5 +Q+KQASojL/ncMhgdmyhGRhEFyd/tX7aQBXjHQoew9KlDOUa/wE/4+kNTaYQUwGJ8wqC Fwqz2JdMLLr9syt0JZfmeBkvnPdJIel8jou7DBfiMGxTfgifGjm5AfsgIs77bw6dhE5R rRCw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=mlDNytGUfv3/jdxVzmHJgqMiPKTeLEF6ZKRarK5rKdc=; b=T3KGj9P0enbGyYR39OVAHOHiPR2QtDwcdcqTRqgebMSszFKSbxkWSMoBwS4gBZr16G j2J/7qxK53+9/RvkCM+D3NpdWC1k/WnxEyMTZVgWxhcBUdfFLqOGEOausdGLzA3qa+dy vLwoRdooTg23i7Vg9H7X+OoEfdblk/N88+j2sz9EVcj95GlN8xsXK3Z5NNuAkKLmVp9R g8feifQ+ZjXHyaT9RSfwzNZyx8zxZhIzPBOpO4cfQYmOx+FtPFNOHqgwotGmiC6u5P0U KcxVDco5rxBO82XIBJiVia3RbnlxfseeKjWsJKvOaJN3jfxiNGspCkLwQPjGBFnzX6RQ tcgQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b9si18227662pgq.253.2019.05.20.11.22.41; Mon, 20 May 2019 11:22:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727195AbfETSCV (ORCPT + 99 others); Mon, 20 May 2019 14:02:21 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:58711 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726964AbfETSCV (ORCPT ); Mon, 20 May 2019 14:02:21 -0400 Received: from [2a01:598:8989:90c3:fc90:b8ff:fed0:1fb6] (helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1hSmc4-00078F-Rs; Mon, 20 May 2019 20:02:17 +0200 Date: Mon, 20 May 2019 20:02:10 +0200 (CEST) From: Thomas Gleixner To: Neil Armstrong cc: jason@lakedaemon.net, marc.zyngier@arm.com, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] irqchip: irq-meson-gpio: update with SPDX Licence identifier In-Reply-To: <20190520140310.29635-1-narmstrong@baylibre.com> Message-ID: References: <20190520140310.29635-1-narmstrong@baylibre.com> 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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 20 May 2019, Neil Armstrong wrote: > Signed-off-by: Neil Armstrong > --- > drivers/irqchip/irq-meson-gpio.c | 15 +-------------- > 1 file changed, 1 insertion(+), 14 deletions(-) > > diff --git a/drivers/irqchip/irq-meson-gpio.c b/drivers/irqchip/irq-meson-gpio.c > index 7b531fd075b8..d83244ea0959 100644 > --- a/drivers/irqchip/irq-meson-gpio.c > +++ b/drivers/irqchip/irq-meson-gpio.c > @@ -1,22 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0+ + ???? > /* > * Copyright (c) 2015 Endless Mobile, Inc. > * Author: Carlo Caione > * Copyright (c) 2016 BayLibre, SAS. > * Author: Jerome Brunet > - * > - * This program is free software; you can redistribute it and/or modify > - * it under the terms of version 2 of the GNU General Public License as > - * published by the Free Software Foundation. I really can't spot a 'or any later version' text here .... > - * This program is distributed in the hope that it will be useful, but > - * WITHOUT ANY WARRANTY; without even the implied warranty of > - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > - * General Public License for more details. > - * > - * You should have received a copy of the GNU General Public License > - * along with this program; if not, see . > - * The full GNU General Public License is included in this distribution > - * in the file called COPYING. > */ > > #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt > -- > 2.21.0 > >