Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/ftrace: Fix invalid SPDX identifiers

While GPL2.0 looks about right, the correct and valid identifiers for GPL v2
only code are 'GPL-2.0' or 'GPL-2.0-only'.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Signed-off-by: Shuah Khan <shuah@kernel.org>

authored by

Thomas Gleixner and committed by
Shuah Khan
1d956785 694f1f92

+5 -5
+1 -1
tools/testing/selftests/ftrace/test.d/ftrace/func-filter-stacktrace.tc
··· 1 1 #!/bin/sh 2 - # SPDX-License-Identifier: GPL2.0 2 + # SPDX-License-Identifier: GPL-2.0 3 3 # description: ftrace - stacktrace filter command 4 4 # flags: instance 5 5
+1 -1
tools/testing/selftests/ftrace/test.d/ftrace/func_cpumask.tc
··· 1 1 #!/bin/sh 2 - # SPDX-License-Identifier: GPL2.0 2 + # SPDX-License-Identifier: GPL-2.0 3 3 # description: ftrace - function trace with cpumask 4 4 5 5 if ! which nproc ; then
+1 -1
tools/testing/selftests/ftrace/test.d/template
··· 1 1 #!/bin/sh 2 - # SPDX-License-Identifier: GPL2.0 2 + # SPDX-License-Identifier: GPL-2.0 3 3 # description: %HERE DESCRIBE WHAT THIS DOES% 4 4 # you have to add ".tc" extention for your testcase file 5 5 # Note that all tests are run with "errexit" option.
+1 -1
tools/testing/selftests/ftrace/test.d/tracer/wakeup.tc
··· 1 1 #!/bin/sh 2 - # SPDX-License-Identifier: GPL2.0 2 + # SPDX-License-Identifier: GPL-2.0 3 3 # description: Test wakeup tracer 4 4 5 5 if ! which chrt ; then
+1 -1
tools/testing/selftests/ftrace/test.d/tracer/wakeup_rt.tc
··· 1 1 #!/bin/sh 2 - # SPDX-License-Identifier: GPL2.0 2 + # SPDX-License-Identifier: GPL-2.0 3 3 # description: Test wakeup RT tracer 4 4 5 5 if ! which chrt ; then