aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rtd119x.c
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>2021-07-07 16:58:00 +0900
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2021-07-10 01:53:39 +0200
commit41a2ed5c710774f3ac3c7cae4e2aa5f8e09ba4b4 (patch)
tree1182c7c20b2de7d2474fff8526f07ae243c8ecba /drivers/rtc/rtc-rtd119x.c
parent078699417a3983873fcc883312069b20f5923cbe (diff)
downloadlinux-41a2ed5c710774f3ac3c7cae4e2aa5f8e09ba4b4.tar.gz
rtc: rtd119x: Fix format of SPDX identifier
For C files, use the C99 format (//). Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20210707075804.337458-7-nobuhiro1.iwamatsu@toshiba.co.jp
Diffstat (limited to 'drivers/rtc/rtc-rtd119x.c')
-rw-r--r--drivers/rtc/rtc-rtd119x.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/rtc/rtc-rtd119x.c b/drivers/rtc/rtc-rtd119x.c
index bb98f2d574a58..8f9abd65846ca 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>