aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-sc27xx.c
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>2021-07-07 16:57:59 +0900
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2021-07-10 01:53:39 +0200
commit078699417a3983873fcc883312069b20f5923cbe (patch)
treecab8cf6c636bb75b461236f9b389a18ac19cc4b3 /drivers/rtc/rtc-sc27xx.c
parent1d9539ed2da86296de04173c413378459cf6eb32 (diff)
downloadlinux-078699417a3983873fcc883312069b20f5923cbe.tar.gz
rtc: sc27xx: Fix format of SPDX identifier
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> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20210707075804.337458-6-nobuhiro1.iwamatsu@toshiba.co.jp
Diffstat (limited to 'drivers/rtc/rtc-sc27xx.c')
-rw-r--r--drivers/rtc/rtc-sc27xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-sc27xx.c b/drivers/rtc/rtc-sc27xx.c
index 187aa955b79cf..ce7a2ddbbc16b 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>