aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2018-09-26 11:27:40 -0400
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>2018-09-27 05:18:20 -0400
commita8694eebae878aadcee8d3306379c3d74924d89b (patch)
tree0dab3ea10be4f75e2294504ab20cb02fa1bd045d
parentde415deeb68b1a5c0a036fbbcb10389b83d47e02 (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.c12
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);
95MODULE_ALIAS("wmi:" INTEL_WMI_THUNDERBOLT_GUID); 87MODULE_ALIAS("wmi:" INTEL_WMI_THUNDERBOLT_GUID);
96MODULE_AUTHOR("Mario Limonciello <mario.limonciello@dell.com>"); 88MODULE_AUTHOR("Mario Limonciello <mario.limonciello@dell.com>");
97MODULE_DESCRIPTION("Intel WMI Thunderbolt force power driver"); 89MODULE_DESCRIPTION("Intel WMI Thunderbolt force power driver");
98MODULE_LICENSE("GPL"); 90MODULE_LICENSE("GPL v2");