diff options
author | Yonghong Song <yhs@fb.com> | 2018-12-11 01:14:10 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2018-12-11 01:51:45 +0300 |
commit | cfc542411bd40ff4f8a70b3d061bd6acdfb05629 (patch) | |
tree | 5821df7fea9335a55010c21dcfba92e704c92d32 /net/bpf | |
parent | b4f8623c0cefdfb818f99b3eb3c1e4c7708dd84e (diff) | |
download | linux-cfc542411bd40ff4f8a70b3d061bd6acdfb05629.tar.xz |
tools/bpf: rename *_info_cnt to nr_*_info
Rename all occurances of *_info_cnt field access
to nr_*_info in tools directory.
The local variables finfo_cnt, linfo_cnt and jited_linfo_cnt
in function do_dump() of tools/bpf/bpftool/prog.c are also
changed to nr_finfo, nr_linfo and nr_jited_linfo to
keep naming convention consistent.
Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'net/bpf')
0 files changed, 0 insertions, 0 deletions