]> Git Repo - linux.git/commitdiff
selftests/ftrace: Fix invalid SPDX identifiers
authorThomas Gleixner <[email protected]>
Mon, 12 Nov 2018 19:11:18 +0000 (11:11 -0800)
committerShuah Khan <[email protected]>
Thu, 29 Nov 2018 21:57:55 +0000 (14:57 -0700)
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 <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Shuah Khan (Samsung OSG) <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
tools/testing/selftests/ftrace/test.d/ftrace/func-filter-stacktrace.tc
tools/testing/selftests/ftrace/test.d/ftrace/func_cpumask.tc
tools/testing/selftests/ftrace/test.d/template
tools/testing/selftests/ftrace/test.d/tracer/wakeup.tc
tools/testing/selftests/ftrace/test.d/tracer/wakeup_rt.tc

index bf72e783d01442375b8ae1f9c9376f87283bbfe0..36fb59f886ea81baef28a712c13f6d4ff204ac12 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# SPDX-License-Identifier: GPL2.0
+# SPDX-License-Identifier: GPL-2.0
 # description: ftrace - stacktrace filter command
 # flags: instance
 
index 0e6810743576b4b1ce4292cf80f22450918400ee..86a1f07ef2ca70c672b4ea897340dfde4515d2f7 100644 (file)
@@ -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
index 799da7e0b3c914001e2aaae33a045720ea6180cd..e1a5d14c4eaf7cdeab5169aa0a28b78ba8d125ac 100644 (file)
@@ -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.
index e3005fa785f090ed8f6dc60faa9a124e14d8e424..b0893d7edda3a4a26d0f9d6da4105e7b77793704 100644 (file)
@@ -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
index f99b5178e00abd42f861bdad5a8d6d5cfb8b781d..b9b6669a623b6443a15340fd9f6ae8472bd517ba 100644 (file)
@@ -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
This page took 0.062559 seconds and 4 git commands to generate.