diff options
author | Roman Kiryanov <rkir@google.com> | 2018-12-18 16:31:34 -0800 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2019-01-20 22:28:10 +0100 |
commit | e75e3a125b40ff847d5ffca293737fb7fc1816dc (patch) | |
tree | 9b39288c41ec6b36fac20994b45665dc3a68e1c0 /drivers | |
parent | 0367e23425afdffe1f5b94e56a214d62b35beb05 (diff) | |
download | talos-op-linux-e75e3a125b40ff847d5ffca293737fb7fc1816dc.tar.gz talos-op-linux-e75e3a125b40ff847d5ffca293737fb7fc1816dc.zip |
drivers: power: supply: goldfish_battery: Put an SPDX tag
There was a checkpatch complain:
"Missing or malformed SPDX-License-Identifier tag".
Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/power/supply/goldfish_battery.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/power/supply/goldfish_battery.c b/drivers/power/supply/goldfish_battery.c index f5c525e4482a..8af3e05f9dec 100644 --- a/drivers/power/supply/goldfish_battery.c +++ b/drivers/power/supply/goldfish_battery.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL /* * Power supply driver for the goldfish emulator * @@ -5,15 +6,6 @@ * Copyright (C) 2012 Intel, Inc. * Copyright (C) 2013 Intel, Inc. * Author: Mike Lockwood <lockwood@android.com> - * - * This software is licensed under the terms of the GNU General Public - * License version 2, as published by the Free Software Foundation, and - * may be copied, distributed, and modified under those terms. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include <linux/module.h> |