mirror of https://gitee.com/openkylin/linux.git
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
This commit is contained in:
parent
078699417a
commit
41a2ed5c71
|
@ -1,9 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* Realtek RTD129x RTC
|
* Realtek RTD129x RTC
|
||||||
*
|
*
|
||||||
* Copyright (c) 2017 Andreas Färber
|
* Copyright (c) 2017 Andreas Färber
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: GPL-2.0+
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
|
|
Loading…
Reference in New Issue