diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2019-11-27 21:16:46 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-11-29 07:40:30 +0100 |
commit | e5dc9dd3258098bf8b5ceb75fc3433b41eff618a (patch) | |
tree | c221b6c928b70543c9c5d1ba29c60b33448a74c3 /tools/testing/selftests/powerpc | |
parent | selftests: bpf: test_sockmap: handle file creation failures gracefully (diff) | |
download | linux-e5dc9dd3258098bf8b5ceb75fc3433b41eff618a.tar.xz linux-e5dc9dd3258098bf8b5ceb75fc3433b41eff618a.zip |
selftests: bpf: correct perror strings
perror(str) is basically equivalent to
print("%s: %s\n", str, strerror(errno)).
New line or colon at the end of str is
a mistake/breaks formatting.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/powerpc')
0 files changed, 0 insertions, 0 deletions