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>
Bu işleme şunda yer alıyor:
Thomas Gleixner
2018-11-12 11:11:18 -08:00
işlemeyi yapan: Shuah Khan
ebeveyn 694f1f926c
işleme 1d956785da
5 değiştirilmiş dosya ile 5 ekleme ve 5 silme

Dosyayı Görüntüle

@@ -1,5 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: GPL2.0
# SPDX-License-Identifier: GPL-2.0
# description: ftrace - stacktrace filter command
# flags: instance

Dosyayı Görüntüle

@@ -1,5 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: GPL2.0
# SPDX-License-Identifier: GPL-2.0
# description: ftrace - function trace with cpumask
if ! which nproc ; then

Dosyayı Görüntüle

@@ -1,5 +1,5 @@
#!/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.

Dosyayı Görüntüle

@@ -1,5 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: GPL2.0
# SPDX-License-Identifier: GPL-2.0
# description: Test wakeup tracer
if ! which chrt ; then

Dosyayı Görüntüle

@@ -1,5 +1,5 @@
#!/bin/sh
# SPDX-License-Identifier: GPL2.0
# SPDX-License-Identifier: GPL-2.0
# description: Test wakeup RT tracer
if ! which chrt ; then