diff options
author | Jules Irenge <jbi.octave@gmail.com> | 2019-03-13 14:53:19 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-18 07:06:03 +0100 |
commit | 5af3304506aeb5fed63843c4114a6c4d8205ca56 (patch) | |
tree | 8d1b01d56533f1aa389187e43a10bfed420e3abb /drivers | |
parent | 3f8e5931fe60501ecb1c8d311a3f3945a7882e33 (diff) | |
download | linux-5af3304506aeb5fed63843c4114a6c4d8205ca56.tar.bz2 |
staging: rtl8192e: add SPDX GPL-2.0 license identifier
Add the SPDX GPL-2.0 license identifier to fix checkpatch.pl warning
Issue found by checkpatch.pl warning:
"WARNING: Missing or malformed SPDX-License-Identifier tag in line 1"
Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/rtl8192e/dot11d.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rtl8192e/dot11d.c b/drivers/staging/rtl8192e/dot11d.c index 68f53013cb95..6d57abedaa34 100644 --- a/drivers/staging/rtl8192e/dot11d.c +++ b/drivers/staging/rtl8192e/dot11d.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /****************************************************************************** * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * |