diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-02 16:32:01 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-04 21:03:40 +0300 |
commit | 5de363b66a37a0193e28a2de64fa4996159bd5ee (patch) | |
tree | 8b127711898a994dac1de5ae8f186dbde8a8f059 /drivers/base/power/sysfs.c | |
parent | 50f86aedfa96c53498971a416d1b34cf1b13282e (diff) | |
download | linux-5de363b66a37a0193e28a2de64fa4996159bd5ee.tar.xz |
drivers: base: power: add proper SPDX identifiers on files that did not have them.
There were a few files in the driver core power code that did not have
SPDX identifiers on them, so fix that up. At the same time, remove the
"free form" text that specified the license of the file, as that is
impossible for any tool to properly parse.
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/power/sysfs.c')
-rw-r--r-- | drivers/base/power/sysfs.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/base/power/sysfs.c b/drivers/base/power/sysfs.c index 1226e441ddfe..1b9c281cbe41 100644 --- a/drivers/base/power/sysfs.c +++ b/drivers/base/power/sysfs.c @@ -1,7 +1,5 @@ -/* - * drivers/base/power/sysfs.c - sysfs entries for device PM - */ - +// SPDX-License-Identifier: GPL-2.0 +/* sysfs entries for device PM */ #include <linux/device.h> #include <linux/string.h> #include <linux/export.h> |