diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-03-13 18:02:48 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-03-17 22:36:01 -0400 |
commit | cdf7545aef65c47c17afdd3bed90410b3fd33bfd (patch) | |
tree | 68f1879a396290f7bbc317dfe0d311099908ce51 /drivers/rtc/class.c | |
parent | 33fee143ac6e3fed184cdd1791fb4b51f06a25c1 (diff) |
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/class.c')
-rw-r--r-- | drivers/rtc/class.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/rtc/class.c b/drivers/rtc/class.c index ac93b76f2b11..22190ad28e8b 100644 --- a/drivers/rtc/class.c +++ b/drivers/rtc/class.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * RTC subsystem, base class | 3 | * RTC subsystem, base class |
3 | * | 4 | * |
@@ -5,11 +6,7 @@ | |||
5 | * Author: Alessandro Zummo <a.zummo@towertech.it> | 6 | * Author: Alessandro Zummo <a.zummo@towertech.it> |
6 | * | 7 | * |
7 | * class skeleton from drivers/hwmon/hwmon.c | 8 | * class skeleton from drivers/hwmon/hwmon.c |
8 | * | 9 | */ |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | ||
13 | 10 | ||
14 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 11 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
15 | 12 | ||