diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-09-26 11:27:40 -0400 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-09-27 05:18:20 -0400 |
commit | a8694eebae878aadcee8d3306379c3d74924d89b (patch) | |
tree | 0dab3ea10be4f75e2294504ab20cb02fa1bd045d | |
parent | de415deeb68b1a5c0a036fbbcb10389b83d47e02 (diff) |
platform/x86: intel-wmi-thunderbolt: Convert to use SPDX identifier
Reduce size of duplicated comments by switching to use SPDX identifier.
No functional change.
While here, correct MODULE_LICENSE() string to be aligned with license text.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
-rw-r--r-- | drivers/platform/x86/intel-wmi-thunderbolt.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/drivers/platform/x86/intel-wmi-thunderbolt.c b/drivers/platform/x86/intel-wmi-thunderbolt.c index c2257bd06f18..b029a70b084a 100644 --- a/drivers/platform/x86/intel-wmi-thunderbolt.c +++ b/drivers/platform/x86/intel-wmi-thunderbolt.c | |||
@@ -1,16 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * WMI Thunderbolt driver | 3 | * WMI Thunderbolt driver |
3 | * | 4 | * |
4 | * Copyright (C) 2017 Dell Inc. All Rights Reserved. | 5 | * Copyright (C) 2017 Dell Inc. All Rights Reserved. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published | ||
8 | * by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | */ | 6 | */ |
15 | 7 | ||
16 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 8 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
@@ -95,4 +87,4 @@ module_wmi_driver(intel_wmi_thunderbolt_driver); | |||
95 | MODULE_ALIAS("wmi:" INTEL_WMI_THUNDERBOLT_GUID); | 87 | MODULE_ALIAS("wmi:" INTEL_WMI_THUNDERBOLT_GUID); |
96 | MODULE_AUTHOR("Mario Limonciello <mario.limonciello@dell.com>"); | 88 | MODULE_AUTHOR("Mario Limonciello <mario.limonciello@dell.com>"); |
97 | MODULE_DESCRIPTION("Intel WMI Thunderbolt force power driver"); | 89 | MODULE_DESCRIPTION("Intel WMI Thunderbolt force power driver"); |
98 | MODULE_LICENSE("GPL"); | 90 | MODULE_LICENSE("GPL v2"); |