All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
To: Alessandro Zummo <a.zummo@towertech.it>,
	Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: linux-rtc@vger.kernel.org,
	Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>,
	Orson Zhai <orsonzhai@gmail.com>,
	Baolin Wang <baolin.wang7@gmail.com>,
	Chunyan Zhang <zhang.lyra@gmail.com>
Subject: [PATCH 05/10] rtc: sc27xx: Fix format of SPDX identifier
Date: Wed,  7 Jul 2021 16:57:59 +0900	[thread overview]
Message-ID: <20210707075804.337458-6-nobuhiro1.iwamatsu@toshiba.co.jp> (raw)
In-Reply-To: <20210707075804.337458-1-nobuhiro1.iwamatsu@toshiba.co.jp>

For C files, use the C99 format (//).

Cc: Orson Zhai <orsonzhai@gmail.com>
Cc: Baolin Wang <baolin.wang7@gmail.com>
Cc: Chunyan Zhang <zhang.lyra@gmail.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 drivers/rtc/rtc-sc27xx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/rtc/rtc-sc27xx.c b/drivers/rtc/rtc-sc27xx.c
index 187aa955b79c..ce7a2ddbbc16 100644
--- a/drivers/rtc/rtc-sc27xx.c
+++ b/drivers/rtc/rtc-sc27xx.c
@@ -1,7 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (C) 2017 Spreadtrum Communications Inc.
  *
- * SPDX-License-Identifier: GPL-2.0
  */
 
 #include <linux/bitops.h>
-- 
2.32.0


  parent reply	other threads:[~2021-07-07  8:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-07  7:57 [PATCH 00/10] Update SPDX identifier Nobuhiro Iwamatsu
2021-07-07  7:57 ` [PATCH 01/10] rtc: au1xxx: convert to " Nobuhiro Iwamatsu
2021-07-07  7:57 ` [PATCH 02/10] rtc: ds1374: " Nobuhiro Iwamatsu
2021-07-07  7:57 ` [PATCH 03/10] rtc: max6900: " Nobuhiro Iwamatsu
2021-07-07  7:57 ` [PATCH 04/10] rtc: palmas: " Nobuhiro Iwamatsu
2021-07-07  7:57 ` Nobuhiro Iwamatsu [this message]
2021-07-07  7:58 ` [PATCH 06/10] rtc: rtd119x: Fix format of " Nobuhiro Iwamatsu
2021-07-07  7:58 ` [PATCH 07/10] rtc: tps80031: convert to " Nobuhiro Iwamatsu
2021-07-07  7:58 ` [PATCH 08/10] rtc: tps6586x: " Nobuhiro Iwamatsu
2021-07-07  7:58 ` [PATCH 09/10] rtc: starfire: " Nobuhiro Iwamatsu
2021-07-09 23:51   ` Alexandre Belloni
2021-07-07  7:58 ` [PATCH 10/10] rtc: spear: " Nobuhiro Iwamatsu
2021-07-09 23:58 ` [PATCH 00/10] Update " Alexandre Belloni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210707075804.337458-6-nobuhiro1.iwamatsu@toshiba.co.jp \
    --to=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=baolin.wang7@gmail.com \
    --cc=linux-rtc@vger.kernel.org \
    --cc=orsonzhai@gmail.com \
    --cc=zhang.lyra@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.