]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/bpf: Add a missing newline to the "bad arch spec" message
authorIlya Leoshkevich <iii@linux.ibm.com>
Thu, 21 Aug 2025 11:25:56 +0000 (13:25 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 26 Aug 2025 23:51:52 +0000 (16:51 -0700)
commitb68dfcc12a320b85cd33d0d673ea620da08d0aec
treeb1b311ab922ce08ebff337d2406c580adf5d4fe6
parentb8efa810c1db201dece99e4113229e5ecc00db5c
selftests/bpf: Add a missing newline to the "bad arch spec" message

Fix error messages like this one:

  parse_test_spec:FAIL:569 bad arch spec: 's390x'process_subtest:FAIL:1153 Can't parse test spec for program 'may_goto_simple'

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Link: https://lore.kernel.org/r/20250821113339.292434-3-iii@linux.ibm.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/test_loader.c