From d89c58068aa667295fa75d0613c869b612bd6249 Mon Sep 17 00:00:00 2001 From: Blake Jones Date: Fri, 25 Jul 2025 17:40:23 -0700 Subject: [PATCH] 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 Reviewed-by: Ian Rogers Link: https://lore.kernel.org/r/20250726004023.3466563-1-blakejones@google.com [ update the commit message a little bit ] Signed-off-by: Namhyung Kim --- tools/perf/tests/shell/test_bpf_metadata.sh | 4 ++-- 1 file 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 bc9aef161664..69e3c2055134 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 -- 2.51.0