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>
Subject: [PATCH 06/10] rtc: rtd119x: Fix format of SPDX identifier
Date: Wed,  7 Jul 2021 16:58:00 +0900	[thread overview]
Message-ID: <20210707075804.337458-7-nobuhiro1.iwamatsu@toshiba.co.jp> (raw)
In-Reply-To: <20210707075804.337458-1-nobuhiro1.iwamatsu@toshiba.co.jp>

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

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 drivers/rtc/rtc-rtd119x.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/rtc/rtc-rtd119x.c b/drivers/rtc/rtc-rtd119x.c
index bb98f2d574a5..8f9abd65846c 100644
--- a/drivers/rtc/rtc-rtd119x.c
+++ b/drivers/rtc/rtc-rtd119x.c
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Realtek RTD129x RTC
  *
  * Copyright (c) 2017 Andreas Färber
- *
- * SPDX-License-Identifier: GPL-2.0+
  */
 
 #include <linux/clk.h>
-- 
2.32.0


  parent reply	other threads:[~2021-07-07  8:23 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 ` [PATCH 05/10] rtc: sc27xx: Fix format of " Nobuhiro Iwamatsu
2021-07-07  7:58 ` Nobuhiro Iwamatsu [this message]
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-7-nobuhiro1.iwamatsu@toshiba.co.jp \
    --to=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=linux-rtc@vger.kernel.org \
    /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.