Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Nobuhiro Iwamatsu and committed by
Alexandre Belloni
41a2ed5c 07869941

+1 -2
+1 -2
drivers/rtc/rtc-rtd119x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Realtek RTD129x RTC 3 4 * 4 5 * Copyright (c) 2017 Andreas Färber 5 - * 6 - * SPDX-License-Identifier: GPL-2.0+ 7 6 */ 8 7 9 8 #include <linux/clk.h>