tools: bpftool: remove new lines from errors
authorJakub Kicinski <jakub.kicinski@netronome.com>
Tue, 2 Jan 2018 22:48:37 +0000 (14:48 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 4 Jan 2018 11:28:46 +0000 (12:28 +0100)
commitb4fac96d9a672def4e24c1858adb7e9351471815
tree7ad59b3c1ad348e95e1daab86b444eb0968bbff6
parent6ebe6dbd6886af07b102aca42e44edbee94a22d9
tools: bpftool: remove new lines from errors

It's a little bit unusual for kernel style, but we add the new line
character to error strings inside the p_err() function.  We do this
because new lines at the end of error strings will break JSON output.

Fix a few p_err("..\n") which snuck in recently.

Fixes: 5ccda64d38cc ("bpftool: implement cgroup bpf operations")
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/bpf/bpftool/cgroup.c
tools/bpf/bpftool/prog.c