summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_ioctl_set.c
diff options
context:
space:
mode:
authorMichael Straube2018-06-25 23:41:56 +0200
committerGreg Kroah-Hartman2018-06-26 05:58:22 +0200
commit71e9bd3ff847afae91b9f66f9217921e98c25b0b (patch)
tree3baa315230b4b0b1b7465b4959b2e7240dfd606c /drivers/staging/rtl8188eu/core/rtw_ioctl_set.c
parentstaging: rtl8192u: Correction of spelling mistake in comment. (diff)
downloadkernel-qcow2-linux-71e9bd3ff847afae91b9f66f9217921e98c25b0b.tar.gz
kernel-qcow2-linux-71e9bd3ff847afae91b9f66f9217921e98c25b0b.tar.xz
kernel-qcow2-linux-71e9bd3ff847afae91b9f66f9217921e98c25b0b.zip
staging: rtl8188eu: add SPDX identifiers
This satisfies a checkpatch warning and is the preferred method for notating the license. The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/core/rtw_ioctl_set.c')
-rw-r--r--drivers/staging/rtl8188eu/core/rtw_ioctl_set.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_ioctl_set.c b/drivers/staging/rtl8188eu/core/rtw_ioctl_set.c
index 2fca8ae68e05..733fefec134d 100644
--- a/drivers/staging/rtl8188eu/core/rtw_ioctl_set.c
+++ b/drivers/staging/rtl8188eu/core/rtw_ioctl_set.c
@@ -1,16 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
/******************************************************************************
*
* Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved.
*
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of version 2 of the GNU General Public License as
- * published by the Free Software Foundation.
- *
- * 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.
- *
******************************************************************************/
#define _RTW_IOCTL_SET_C_