Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp573520imm; Wed, 6 Jun 2018 02:22:52 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKFR8CTgOr1/rsT0F7TYcTkSmbNZLDMrtGyzuY2tdnp35s9Ctrn1hfaw0/nXq4O4gJz9/n5 X-Received: by 2002:a63:9702:: with SMTP id n2-v6mr1928086pge.88.1528276972495; Wed, 06 Jun 2018 02:22:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528276972; cv=none; d=google.com; s=arc-20160816; b=fXUgR+AxX7I4o2O1lBMUaLSXLVypAuxaCzZGRePummvNK4Yij/cU8GeaecyCHkkx13 rBktlTXPlVKinBiifjv7PZatXmMhwd21IfaHAY9/Mm+3UFbj8vnU68IsyX+DUckNppkP OfIL/vtUGPsi8K3TgIDZSCVSSonYwALk7EZKFeanSZJ2IqUwY8CwQJvsT/Kmi8WbsVe9 01p9RVBRRa59HQHR7xQqNh3So7me8QyTIX95+ISt/Hty85/ZiA08ylExW2HbvxY6fF8f D+yuUwtzwcUmug25G5kuBESFcUm/Uzm1s9aC5l2pzOCDNOJoLIRYsbKHz4Vs2sE0MJTG KY9g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=TSFoZNFsO+KTqf3DfmL0iqQQfjXIa4zZMdZImk5L23Y=; b=maKQG77BedzOVc6Io0devz2f88xkYJsL0I/rgXnULQsvTGcsroOZDrQyPwQEeTK1R3 HW1PwFz8L/Zhqi499H2XLpCQUBcLLkRuxmXAfyJwMr6UtYtcL/KRdIRtCT+uLhSW/7Ln QTUq1Mr879phN2u1I1rBlFe12YDtkAfGpef7HRysRlOdoLcYPd49KV0Cv+clRu0xRNY8 cBsEgTWcELmw6dITybPd5dNBJ+rliA9ZtzbCieZKu6IYhnMAC4o7wxmWnq5tGHOFf23Y 37orjt1qg9eKvVAO1Q6MpaiR5xEqAEnilExIMyNsptYfpmcXmHFE1+7oULTf+vHvRiwx q9Uw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s4-v6si7133637pfs.157.2018.06.06.02.22.37; Wed, 06 Jun 2018 02:22:52 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932415AbeFFJVH (ORCPT + 99 others); Wed, 6 Jun 2018 05:21:07 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:55158 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932339AbeFFJVF (ORCPT ); Wed, 6 Jun 2018 05:21:05 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 556A928A780 Subject: Re: [PATCH v2 6/8] pwm: cros-ec: Switch to SPDX identifier. To: Thierry Reding Cc: linux-kernel@vger.kernel.org, Gwendal Grignou , kernel@collabora.com, linux-pwm@vger.kernel.org References: <20180605175429.9072-1-enric.balletbo@collabora.com> <20180605175429.9072-7-enric.balletbo@collabora.com> <20180606090848.GF11810@ulmo> From: Enric Balletbo i Serra Message-ID: <32b22e93-d8d3-d20a-f497-723c62d1bd2b@collabora.com> Date: Wed, 6 Jun 2018 11:21:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180606090848.GF11810@ulmo> Content-Type: text/plain; charset=windows-1252 Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thierry, On 06/06/18 11:08, Thierry Reding wrote: > On Tue, Jun 05, 2018 at 07:54:27PM +0200, Enric Balletbo i Serra wrote: >> Adopt the SPDX license identifier headers to ease license compliance >> management. >> >> Signed-off-by: Enric Balletbo i Serra >> --- >> >> Changes in v2: None >> >> drivers/pwm/pwm-cros-ec.c | 13 ++++--------- >> 1 file changed, 4 insertions(+), 9 deletions(-) >> >> diff --git a/drivers/pwm/pwm-cros-ec.c b/drivers/pwm/pwm-cros-ec.c >> index 9c13694eaa24..9bf4cde86765 100644 >> --- a/drivers/pwm/pwm-cros-ec.c >> +++ b/drivers/pwm/pwm-cros-ec.c >> @@ -1,12 +1,7 @@ >> -/* >> - * Copyright (C) 2016 Google, Inc >> - * >> - * 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. >> - * >> - * Expose a PWM controlled by the ChromeOS EC to the host processor. >> - */ >> +// SPDX-License-Identifier: GPL-2.0 >> +// Expose a PWM controlled by the ChromeOS EC to the host processor. >> +// >> +// Copyright (C) 2016 Google, Inc. > > This is odd. I understand that for some reason there is an exception for > SPDX license identifies to use C++ style comments, but why would you > make the whole comment C++ style? Why not just something like the below: > Seems that there is some kind of controversy between different maintainers. I did in that way because I was complained to use the c-style on other patches, and seems, that putting everything as // is Linus Torvalds' preferred style: https://lkml.org/lkml/2017/11/25/133 I don't mind to change if the c-style is preferred by the maintainer (others prefer the c++ style) but I think that would be good get an agreement between subsystems maintainers and document properly. Best regards, Enric > +// SPDX-License-Identifier: GPL-2.0 > /* > * Copyright (C) 2016 Google, Inc > * > - * 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. > - * > * Expose a PWM controlled by the ChromeOS EC to the host processor. > */ > > Thierry >