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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 B37D9C169C4 for ; Fri, 8 Feb 2019 17:47:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8DFE720863 for ; Fri, 8 Feb 2019 17:47:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727532AbfBHRrV (ORCPT ); Fri, 8 Feb 2019 12:47:21 -0500 Received: from smtprelay0193.hostedemail.com ([216.40.44.193]:36530 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726700AbfBHRrV (ORCPT ); Fri, 8 Feb 2019 12:47:21 -0500 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay02.hostedemail.com (Postfix) with ESMTP id E001C2195B; Fri, 8 Feb 2019 17:47:19 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: point21_5926366cef4e X-Filterd-Recvd-Size: 1969 Received: from XPS-9350.home (unknown [47.151.153.53]) (Authenticated sender: joe@perches.com) by omf02.hostedemail.com (Postfix) with ESMTPA; Fri, 8 Feb 2019 17:47:18 +0000 (UTC) Message-ID: Subject: Re: [PATCH 1/2] x86: gpio: AMD G-Series pch gpio platform driver From: Joe Perches To: Linus Walleij , "Enrico Weigelt, metux IT consult" Cc: "linux-kernel@vger.kernel.org" , "Enrico Weigelt, metux IT consult" , "open list:GPIO SUBSYSTEM" , Bartosz Golaszewski , Darren Hart , Andy Shevchenko , platform-driver-x86 Date: Fri, 08 Feb 2019 09:47:16 -0800 In-Reply-To: References: <1549588593-4856-1-git-send-email-lkml@metux.net> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.30.1-1build1 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 Fri, 2019-02-08 at 15:25 +0100, Linus Walleij wrote: > > +/* > > + * GPIO driver for the AMD G series FCH (eg. GX-412TC) > > + * > > + * Copyright (C) 2018 metux IT consult > > + * Author: Enrico Weigelt > > + * > > + * SPDX-License-Identifier: GPL+ > > + */ > > I think checkpatch will complain on that SPDX thing. > Copy something from one of the other drivers, it should be > on the first line of the file. Actually, checkpatch will complain that there isn't an SPDX license on line 1 but will not complain about the existence of an SPDX license on other line numbers. Perhaps checkpatch _should_ complain when it sees an SPDX license identifier outside the expected line.