diff options
author | Jules Irenge <jbi.octave@gmail.com> | 2019-03-01 00:14:16 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-01 09:04:07 +0100 |
commit | 07fed8ec7929bee9acc5b18259a1d13ac397842a (patch) | |
tree | 06ca54ef713d0805a1f8f4b280389e7cc8fe9b7a /drivers/staging | |
parent | 8b523f20417d5b8423895dd6b3118a6ab9d91d98 (diff) |
staging: mt7621-eth: Add SPDX license identifier
Add the SPDX GPL-2.0 license identifier to fix checkpatch.pl warning
Issue reported 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/staging')
-rw-r--r-- | drivers/staging/mt7621-eth/ethtool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/mt7621-eth/ethtool.h b/drivers/staging/mt7621-eth/ethtool.h index 40b4cf011660..d0e97ae0d82e 100644 --- a/drivers/staging/mt7621-eth/ethtool.h +++ b/drivers/staging/mt7621-eth/ethtool.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License |