summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/hctosys.c
diff options
context:
space:
mode:
authorAlexandre Belloni2019-03-13 23:02:48 +0100
committerAlexandre Belloni2019-03-18 03:36:01 +0100
commitcdf7545aef65c47c17afdd3bed90410b3fd33bfd (patch)
tree68f1879a396290f7bbc317dfe0d311099908ce51 /drivers/rtc/hctosys.c
parentrtc: ab-b5ze-s3: remove unnecessary check (diff)
downloadkernel-qcow2-linux-cdf7545aef65c47c17afdd3bed90410b3fd33bfd.tar.gz
kernel-qcow2-linux-cdf7545aef65c47c17afdd3bed90410b3fd33bfd.tar.xz
kernel-qcow2-linux-cdf7545aef65c47c17afdd3bed90410b3fd33bfd.zip
rtc: convert core to SPDX identifier
Use SPDX-License-Identifier instead of a verbose license text. Also fix the block comment alignment. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/hctosys.c')
-rw-r--r--drivers/rtc/hctosys.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/rtc/hctosys.c b/drivers/rtc/hctosys.c
index ff2092a0d38c..eacbe500c44b 100644
--- a/drivers/rtc/hctosys.c
+++ b/drivers/rtc/hctosys.c
@@ -1,13 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0
/*
* RTC subsystem, initialize system time on startup
*
* Copyright (C) 2005 Tower Technologies
* Author: Alessandro Zummo <a.zummo@towertech.it>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
-*/
+ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt