From patchwork Fri Jul 26 13:45:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 169834 Delivered-To: patch@linaro.org Received: by 2002:a92:4782:0:0:0:0:0 with SMTP id e2csp84022ilk; Fri, 26 Jul 2019 06:46:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqw4Td1bLW6AsNzL+DAvtRLkFSnLNknFJAOJjzlVnuH2wn/MrEMTzd3Zy8TybnidL1CigH6q X-Received: by 2002:a63:5860:: with SMTP id i32mr63329069pgm.124.1564148808685; Fri, 26 Jul 2019 06:46:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564148808; cv=none; d=google.com; s=arc-20160816; b=oO3luX9V1lVfm3pu+4w/3951UZWg9JqZUCTml1rdSZ+2uYtEU6hVclIY06aQ2B+Umn aOnweEf2WJqDVCLHVZ4I8SVt5tcHrzaEXpifmxzz/6xHk+B1IcImTemaNAEFbG2r29fv 2Aie/HLIVOGIQ7iKfFYiqUdd4XEihNmxu1DyhsTBXo+x8CRfYd8AXGAqFDFp4RC/G2Pe E1Jrb+VsHBu+gZFaFEgEGnFioKIM7pMoDd9h3GFAeWF4Jlctypy5TtSHduVdMjerRgyw zcYeyFWJAcuOKqgMvEBobLuMKaBgjuFEQ9j4QGpmRKjvTp0+2LcsOR+6D9qVYS/TTHeo eDgg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=MS5qVLsBH/sFGrijcRnALSYUoyReKVMMbz93uJGdqU8=; b=0hydCPHOOhkH3wdkPCFY22al+x286IwIvkWFh8SEL9PdD2PdE7QgpAEUrUiURe4EgA hSTnaNlYtg7KzYSUC7LGoK0u6Xl83WxIEBiD7lxwduxhw0noB9S4dWtin629hBvAJbxu fDMA0+BWDpgff+9+YsfMSFFExLR+q9AgA9fd+TLMCMqufM3btCFrZLeUzIYmpf3XnC/u gLMXQcx4rrzBV+bR/fezk6OOZvQSQDiyaYUCmMcWnPMklS0d+xXJu+rTUZt1rYvdGDwT Dc53X5dOFSaYAEoRuUUWkGxAj8t2Q6A2KqzbDal/x84JC+bdD10CTDeBzy+Sh8FPHtU2 ghtw== 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 123si24000132pgb.374.2019.07.26.06.46.47; Fri, 26 Jul 2019 06:46:48 -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 S2388674AbfGZNqQ (ORCPT + 29 others); Fri, 26 Jul 2019 09:46:16 -0400 Received: from foss.arm.com ([217.140.110.172]:44018 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388641AbfGZNqG (ORCPT ); Fri, 26 Jul 2019 09:46:06 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9CC2F15A2; Fri, 26 Jul 2019 06:46:05 -0700 (PDT) Received: from usa.arm.com (e107155-lin.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 5ADEE3F694; Fri, 26 Jul 2019 06:46:04 -0700 (PDT) From: Sudeep Holla To: linux-arm-kernel@lists.infradead.org Cc: Sudeep Holla , Peng Fan , linux-kernel@vger.kernel.org, Bo Zhang , Jim Quinlan , Volodymyr Babchuk , Gaku Inami , Etienne Carriere Subject: [PATCH v2 1/6] firmware: arm_scmi: Use the correct style for SPDX License Identifier Date: Fri, 26 Jul 2019 14:45:26 +0100 Message-Id: <20190726134531.8928-2-sudeep.holla@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190726134531.8928-1-sudeep.holla@arm.com> References: <20190726134531.8928-1-sudeep.holla@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix to correct the SPDX License Identifier style in header file related to firmware frivers for ARM SCMI message 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). While at it, change GPL-2.0 to GPL-2.0-only similar to the ones in psci.h and scpi_protocol.h Signed-off-by: Sudeep Holla --- include/linux/scmi_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.17.1 diff --git a/include/linux/scmi_protocol.h b/include/linux/scmi_protocol.h index 9ff2e9357e9a..aa1e791779b4 100644 --- a/include/linux/scmi_protocol.h +++ b/include/linux/scmi_protocol.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0-only */ /* * SCMI Message Protocol driver header *