diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-02 16:07:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-04 18:48:43 +0200 |
commit | 38c91d1d55fe842bf7edde4469e812b34a711cd8 (patch) | |
tree | 5e4208b7b883c4bf006b4f8a68f97ba1ec92f164 /drivers/tty/hvc/Kconfig | |
parent | b63d443be43bd64392fc72f6cae01249c3c3683e (diff) | |
download | linux-stable-38c91d1d55fe842bf7edde4469e812b34a711cd8.tar.gz linux-stable-38c91d1d55fe842bf7edde4469e812b34a711cd8.tar.bz2 linux-stable-38c91d1d55fe842bf7edde4469e812b34a711cd8.zip |
tty: add SPDX identifiers to Kconfig and Makefiles
There were a few Kconfig and Makefiles under drivers/tty/ that were
missing a SPDX identifier. Fix that up so that automated tools can
properly classify all kernel source files.
Cc: Jiri Slaby <jslaby@suse.com>
Cc: Jiri Kosina <jikos@kernel.org>
Cc: Rob Herring <robh@kernel.org>
Acked-by: David Sterba <dsterba@suse.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/hvc/Kconfig')
-rw-r--r-- | drivers/tty/hvc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/hvc/Kconfig b/drivers/tty/hvc/Kconfig index 4293c172e120..1a910ec9f643 100644 --- a/drivers/tty/hvc/Kconfig +++ b/drivers/tty/hvc/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0 if TTY config HVC_DRIVER |