Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp740670yba; Thu, 9 May 2019 05:20:41 -0700 (PDT) X-Google-Smtp-Source: APXvYqzWIm9Vg3Id2U2EqLmR2BQDAHUZVpYWpH2eK0slERX0TlC7ef/FV7WrNrYhaoEPnERllwPp X-Received: by 2002:a63:5a4b:: with SMTP id k11mr5022475pgm.119.1557404441764; Thu, 09 May 2019 05:20:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557404441; cv=none; d=google.com; s=arc-20160816; b=yxOLPxO/Ko2WJ1W74VGZmIWNwDWP+Q3zWBiXDpGsRIBadmloN/ABbhVCkPFEBssyGR MF+sj8XbDrJSKjImi8FI+Y2pEAoER2akAUtx1O7NK5DTXS7xoQ3sPeC/WcYAU9qxGiMj L8mtYbiMuLAnNWxgHROxnOSXF0qMufbWjnkXAo8sifg6s+he3AZtacpv1jbZ0suPje5J Wy2vD3WOxIkV1U1C18IlDBsvZlOIL2oWQGky1QwhgIWOw0yUJ7wCLxtk/PvfcvmbGD17 /ff90DT9GKwzPx/EhIHzCxboSegL8TqGMjAAgc8YxJTbSaGj2TnygRfvr8cdlcHrkBkm aexA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:organisation:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=4yY0nvP9YW/TGczglWg9SDLQ+l9ok9AFnhBx/wiisf0=; b=ABoYELdEGoa5FwUyQFxkV4FyJU+EKSoiuPW7zz36/JFPfL1xzIHJfJIKCM+b8hj33F GJJ5Wh1nrwGUzapSIpNO2NMxUbyKbTUizyuuc6aWXcCkf1Qvf3lTW7QIOd0W1HvAZ6SP Bl/GQWOeise7YVht0afRp061j/iLagHeIVqkJwvN/bn15etsUNIkzqyg/zF3GZ9VapBF g5fWD+tuT6DISV6T8CM0Xh5NwrdNEQgBbsq9UMR/IzoWCO036tUVI2QDK8VWpd1nEpCT fmZ+mIctBsx7VaRLbrYs133GOFhskBBCzuya7Qkb6mEbn4XNjboRz8DBLZ8AR912LlnV ytiw== 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 u7si2731724pfj.142.2019.05.09.05.20.17; Thu, 09 May 2019 05:20:41 -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 S1726546AbfEIMS4 (ORCPT + 99 others); Thu, 9 May 2019 08:18:56 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:49594 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726426AbfEIMS4 (ORCPT ); Thu, 9 May 2019 08:18:56 -0400 Received: from reginn.horms.nl (watermunt.horms.nl [80.127.179.77]) by kirsty.vergenet.net (Postfix) with ESMTPA id E7B8A25AD66; Thu, 9 May 2019 22:18:53 +1000 (AEST) Received: by reginn.horms.nl (Postfix, from userid 7100) id EC25A9403F2; Thu, 9 May 2019 14:18:51 +0200 (CEST) Date: Thu, 9 May 2019 14:18:51 +0200 From: Simon Horman To: Nishad Kamdar Cc: Geert Uytterhoeven , Michael Turquette , Stephen Boyd , Greg Kroah-Hartman , Joe Perches , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] clk: renesas: Use the correct style for SPDX License Identifier Message-ID: <20190509121851.rbku45mcfaslhyna@verge.net.au> References: <20190501092359.GA8152@nishad> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190501092359.GA8152@nishad> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 01, 2019 at 02:54:07PM +0530, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in header files related to Clock Drivers for Renesas Socs. > For C header files Documentation/process/license-rules.rst > mandates C-like comments (opposed to C source files where > C++ style should be used) > > Changes made by using a script provided by Joe Perches here: > https://lkml.org/lkml/2019/2/7/46 > > Suggested-by: Joe Perches > Signed-off-by: Nishad Kamdar Reviewed-by: Simon Horman