]> git.baikalelectronics.ru Git - kernel.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)
commitb73868b76d152cb02327e1bbe357e38eb0cda71f
tree2998afeb82d3adf13d880b6e1b9917cafcc9c9f0
parent126ee5dc7377972a17d19cc6f1359a9dbefc964e
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