summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Jones <blakejones@google.com>2025-07-25 17:40:23 -0700
committerNamhyung Kim <namhyung@kernel.org>2025-07-26 15:34:48 -0700
commitd89c58068aa667295fa75d0613c869b612bd6249 (patch)
treef1eeaedf7f191b8d99605e426b1fe21986eb2a77
parent6e19839a80b8713b836722ba9d99a3ab12cfb651 (diff)
perf test: Fix comment ordering
The previous commit that introduced this test overlooked a behavior of "perf test list", causing it to print "SPDX-License-Identifier: GPL-2.0" as a description for that test. This reorders the comments to fix that issue. Fixes: edf2cadf01e8 ("perf test: add test for BPF metadata collection") Signed-off-by: Blake Jones <blakejones@google.com> Reviewed-by: Ian Rogers <irogers@google.com> Link: https://lore.kernel.org/r/20250726004023.3466563-1-blakejones@google.com [ update the commit message a little bit ] Signed-off-by: Namhyung Kim <namhyung@kernel.org>
-rwxr-xr-xtools/perf/tests/shell/test_bpf_metadata.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/tests/shell/test_bpf_metadata.sh b/tools/perf/tests/shell/test_bpf_metadata.sh
index bc9aef161664a..69e3c2055134f 100755
--- a/tools/perf/tests/shell/test_bpf_metadata.sh
+++ b/tools/perf/tests/shell/test_bpf_metadata.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-# SPDX-License-Identifier: GPL-2.0
+# BPF metadata collection test
#
-# BPF metadata collection test.
+# SPDX-License-Identifier: GPL-2.0
set -e