diff options
Diffstat (limited to 'tools/bpf/bpftool/prog.c')
-rw-r--r-- | tools/bpf/bpftool/prog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bpf/bpftool/prog.c b/tools/bpf/bpftool/prog.c index 81067803189e..4b7a307b9fc9 100644 --- a/tools/bpf/bpftool/prog.c +++ b/tools/bpf/bpftool/prog.c | |||
@@ -323,7 +323,7 @@ static void print_prog_plain(struct bpf_prog_info *info, int fd) | |||
323 | } | 323 | } |
324 | 324 | ||
325 | if (info->btf_id) | 325 | if (info->btf_id) |
326 | printf("\n\tbtf_id %d\n", info->btf_id); | 326 | printf("\n\tbtf_id %d", info->btf_id); |
327 | 327 | ||
328 | printf("\n"); | 328 | printf("\n"); |
329 | } | 329 | } |