]> asedeno.scripts.mit.edu Git - linux.git/commit
libbpf: simplify two pieces of logic
authorAndrii Nakryiko <andriin@fb.com>
Wed, 29 May 2019 17:36:09 +0000 (10:36 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 29 May 2019 23:23:35 +0000 (01:23 +0200)
commit7e8c328c4e96a0fc68d9f1264656683f7f1e12c1
tree2998afeb82d3adf13d880b6e1b9917cafcc9c9f0
parentfba01a0689a98613f5ee3b1569fd9321f3fde7bd
libbpf: simplify two pieces of logic

Extra check for type is unnecessary in first case.

Extra zeroing is unnecessary, as snprintf guarantees that it will
zero-terminate string.

Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/lib/bpf/libbpf.c