diff options
author | John Whitmore <johnfwhitmore@gmail.com> | 2018-08-28 19:55:33 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-10 10:37:54 +0200 |
commit | 2e9e6dd41cc63763ab06a23808290cfca24404fb (patch) | |
tree | 62bfc38ac4e24a132f54d9ce901b0aac17dc1354 /drivers/staging/rtl8192u | |
parent | 0b8a052c58d1643a4d6239090bcf4328a2eba0c6 (diff) | |
download | lwn-2e9e6dd41cc63763ab06a23808290cfca24404fb.tar.gz lwn-2e9e6dd41cc63763ab06a23808290cfca24404fb.zip |
staging:rtl8192u: Add required SPDX-License-Identifier - Style
Add the required SPDX-License-Identifier to the file r8180_93cx6.h,
this clears a checkpatch issue.
This is a coding style change which should have no impact on runtime
code execution.
Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u')
-rw-r--r-- | drivers/staging/rtl8192u/r8180_93cx6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rtl8192u/r8180_93cx6.h b/drivers/staging/rtl8192u/r8180_93cx6.h index bfbef1a16159..0cdd00a4f7b8 100644 --- a/drivers/staging/rtl8192u/r8180_93cx6.h +++ b/drivers/staging/rtl8192u/r8180_93cx6.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * This is part of rtl8187 OpenSource driver * Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com> |