commit | 12dd14b230b3c742b80272ecb8a83cdf824625ca | [log] [tgz] |
---|---|---|
author | Toke Høiland-Jørgensen <toke@redhat.com> | Thu Dec 19 13:07:14 2019 +0100 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Dec 19 16:08:46 2019 +0100 |
tree | de0429f72dfcd6f7295d41c1e3affaeb55a51523 | |
parent | 7800a3d54a7112e783453e24f5d96a8f230331fa [diff] |
libbpf: Add missing newline in opts validation macro The error log output in the opts validation macro was missing a newline. Fixes: 2ce8450ef5a3 ("libbpf: add bpf_object__open_{file, mem} w/ extensible opts") Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20191219120714.928380-1-toke@redhat.com