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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 84B95C4332F for ; Thu, 10 Mar 2022 09:07:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240655AbiCJJHt (ORCPT ); Thu, 10 Mar 2022 04:07:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240630AbiCJJHp (ORCPT ); Thu, 10 Mar 2022 04:07:45 -0500 Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E43C7138591 for ; Thu, 10 Mar 2022 01:06:43 -0800 (PST) Received: by mail-ed1-x534.google.com with SMTP id m12so6047478edc.12 for ; Thu, 10 Mar 2022 01:06:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=d6cIzH9Xv2kAkc5CGXg0dY9Os86ok8VlKX0nfdrGmxk=; b=jpKZmPtf6ts6t37Un7YGRrU2DFJ6hgABzNVvc5F/xqhFGBYn9GtXPHLTuQm7KQXp3h JVLx+o0Ii0Za6aEjUl6ek2ELUNyImfY0j1QNv95kYqfCunwKCfb/WigoihneECSzc/Hq I+rjbreLPdBwTQdCm4VOy51pD5zuUb75iTlq/M4TTab7SJxclAPF5bQJSBTr1oi5YPfP BeuHvw8NEaksj2ikNUsg3AiQpw9FRWPKvfTRP9xetRtZ8pdnAC4kt/OslkAYXUqoclrV 9St8KE95+2mCXuRADQFO7cFyZbNfY7BbLafpDzjxujdGy5VLrI1lGuyhjdLASHiFvjvv tDbQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=d6cIzH9Xv2kAkc5CGXg0dY9Os86ok8VlKX0nfdrGmxk=; b=vI5frQV3/c8D5qHSilEvYAbU0DBqXYsx3GfSW//crPvsujH2Cua1XQ+o1CHjcGVaZr j+ScBCpqXljZcjB4mGJmcNc9ikR7reILB8kjgBwSB33+KulPgP96gBY8mQTRJTJkuzp7 VptNxzw6Wd5Wzup8CCQ2cimbcomOGl2Z7bWUbPk3k5dMBuvKPrj8eyfVJBWXUJM56xRb O1vB+T/lyYKryv+Wke+4mnuViyMRhTq/fdyPxXm60zfNH4weJewZ5PZl5ALyNAlA4Znh RiWWdEm/HdAu6KPaSx85WtuCQ1OX8KxkeecbQ/mZShipLzoXD9onm7YYCPc6ZN92E8BN KnDg== X-Gm-Message-State: AOAM530Y37k9WJrVxV+jQwLxm7ejV6R/e24b3WLiC0LEj/GZA8v+TDZV oETzZxkY0gwcR9byc5pqUVnQOhTisghiDEIp0Pg1DTqYaMo= X-Google-Smtp-Source: ABdhPJx7aWsbpdFfLgAkL53l1vKBP7Cca1RRlZ4Npp4WBGJ4Q+Lzy+ZFciMD2QfDYIxUv6TqceyCzIUYlLc+vLpWD8s= X-Received: by 2002:a05:6402:2550:b0:416:997f:1239 with SMTP id l16-20020a056402255000b00416997f1239mr3312677edb.141.1646903202481; Thu, 10 Mar 2022 01:06:42 -0800 (PST) MIME-Version: 1.0 References: <20220310011617.29660-1-kris@embeddedTS.com> <20220310011617.29660-3-kris@embeddedTS.com> In-Reply-To: <20220310011617.29660-3-kris@embeddedTS.com> From: Bartosz Golaszewski Date: Thu, 10 Mar 2022 10:06:22 +0100 Message-ID: Subject: Re: [PATCH v3 2/2] gpio: ts4900: Use SPDX header To: Kris Bahnsen Cc: Linus Walleij , "open list:GPIO SUBSYSTEM" , Linux Kernel Mailing List , Mark Featherston Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 10, 2022 at 2:16 AM Kris Bahnsen wrote: > > Remove boilerplate, use the SPDX license identifier. > > Signed-off-by: Kris Bahnsen > --- > drivers/gpio/gpio-ts4900.c | 10 +--------- > 1 file changed, 1 insertion(+), 9 deletions(-) > > diff --git a/drivers/gpio/gpio-ts4900.c b/drivers/gpio/gpio-ts4900.c > index d918d2df4de2..69854fd2382a 100644 > --- a/drivers/gpio/gpio-ts4900.c > +++ b/drivers/gpio/gpio-ts4900.c > @@ -1,17 +1,9 @@ > +// SPDX-License-Identifier: GPL-2.0 > /* > * Digital I/O driver for Technologic Systems I2C FPGA Core > * > * Copyright (C) 2015, 2018 Technologic Systems > * Copyright (C) 2016 Savoir-Faire Linux > - * > - * This program is free software; you can redistribute it and/or > - * modify it under the terms of the GNU General Public License version 2 as > - * published by the Free Software Foundation. > - * > - * This program is distributed "as is" WITHOUT ANY WARRANTY of any > - * kind, whether expressed or implied; without even the implied warranty > - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > - * GNU General Public License version 2 for more details. > */ > > #include > -- > 2.11.0 > Applied, thanks! Bart