Skip to content

Commit 0786994

Browse files
iwamatsu-talexandrebelloni
authored andcommitted
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
1 parent 1d9539e commit 0786994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/rtc/rtc-sc27xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Copyright (C) 2017 Spreadtrum Communications Inc.
34
*
4-
* SPDX-License-Identifier: GPL-2.0
55
*/
66

77
#include <linux/bitops.h>

0 commit comments

Comments
 (0)