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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,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 AA387C31E4B for ; Fri, 14 Jun 2019 14:54:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7255121537 for ; Fri, 14 Jun 2019 14:54:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="ayhpcEBR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728537AbfFNOyM (ORCPT ); Fri, 14 Jun 2019 10:54:12 -0400 Received: from lelv0143.ext.ti.com ([198.47.23.248]:48366 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727530AbfFNOyL (ORCPT ); Fri, 14 Jun 2019 10:54:11 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id x5EEs16F096150; Fri, 14 Jun 2019 09:54:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1560524041; bh=FhP2SNfVMGZqz2iPC1xrv0FnGnx31+CHkLqfA8lpN/k=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=ayhpcEBRv/BMlCocsYb29Ta8Vb4OqtEsTZb/ipI8G5/YdRSyw2T/4JmkDjDmuuzfU vSCBvEMe/Lp9HpoKHGMR5QKHrAkBDQLi2UZ1/56EjbuXPkvKdqfwHUhc5icryO40TG gB7shus39QCRbSLnCXjPkteqWETJsJ9llClXwhFs= Received: from DFLE102.ent.ti.com (dfle102.ent.ti.com [10.64.6.23]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x5EEs1e1024152 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 14 Jun 2019 09:54:01 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Fri, 14 Jun 2019 09:54:01 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Fri, 14 Jun 2019 09:54:01 -0500 Received: from [172.24.190.117] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id x5EErv86070137; Fri, 14 Jun 2019 09:53:58 -0500 Subject: Re: [PATCH] firmware: ti_sci: Use the correct style for SPDX License Identifier To: Nishad Kamdar , Nishanth Menon , Tero Kristo , Santosh Shilimkar CC: Joe Perches , Greg Kroah-Hartman , , , =?UTF-8?Q?Uwe_Kleine-K=c3=b6nig?= References: <20190614135741.GA7244@nishad> From: Lokesh Vutla Message-ID: Date: Fri, 14 Jun 2019 20:23:24 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190614135741.GA7244@nishad> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/06/19 7:27 PM, Nishad Kamdar wrote: > This patch corrects the SPDX License Identifier style > in header file related to Firmware Drivers for Texas > Instruments SCI Protocol. > 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: Lokesh Vutla Thanks and regards, Lokesh