Commit 1d956785 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Shuah Khan
Browse files

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: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Signed-off-by: default avatarShuah Khan <shuah@kernel.org>
parent 694f1f92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/sh
# SPDX-License-Identifier: GPL2.0
# SPDX-License-Identifier: GPL-2.0
# description: ftrace - stacktrace filter command
# flags: instance

+1 −1
Original line number Diff line number Diff line
#!/bin/sh
# SPDX-License-Identifier: GPL2.0
# SPDX-License-Identifier: GPL-2.0
# description: ftrace - function trace with cpumask

if ! which nproc ; then
+1 −1
Original line number Diff line number Diff line
#!/bin/sh
# SPDX-License-Identifier: GPL2.0
# SPDX-License-Identifier: GPL-2.0
# description: %HERE DESCRIBE WHAT THIS DOES%
# you have to add ".tc" extention for your testcase file
# Note that all tests are run with "errexit" option.
+1 −1
Original line number Diff line number Diff line
#!/bin/sh
# SPDX-License-Identifier: GPL2.0
# SPDX-License-Identifier: GPL-2.0
# description: Test wakeup tracer

if ! which chrt ; then
+1 −1
Original line number Diff line number Diff line
#!/bin/sh
# SPDX-License-Identifier: GPL2.0
# SPDX-License-Identifier: GPL-2.0
# description: Test wakeup RT tracer

if ! which chrt ; then