Skip to content

Commit 41a2ed5

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

drivers/rtc/rtc-rtd119x.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* Realtek RTD129x RTC
34
*
45
* Copyright (c) 2017 Andreas Färber
5-
*
6-
* SPDX-License-Identifier: GPL-2.0+
76
*/
87

98
#include <linux/clk.h>

0 commit comments

Comments
 (0)