Skip to content

Commit d89c580

Browse files
blakej11namhyung
authored andcommitted
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: edf2cad ("perf test: add test for BPF metadata collection") Signed-off-by: Blake Jones <[email protected]> Reviewed-by: Ian Rogers <[email protected]> Link: https://lore.kernel.org/r/[email protected] [ update the commit message a little bit ] Signed-off-by: Namhyung Kim <[email protected]>
1 parent 6e19839 commit d89c580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/perf/tests/shell/test_bpf_metadata.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
2-
# SPDX-License-Identifier: GPL-2.0
2+
# BPF metadata collection test
33
#
4-
# BPF metadata collection test.
4+
# SPDX-License-Identifier: GPL-2.0
55

66
set -e
77

0 commit comments

Comments
 (0)