On 2/16/23 00:04, Taichi Nishimura wrote: > This patch is a re-submitting patch. > I cloned bpf-next repo, run spell checker, and fixed typos. > Included v1 and v2 patches to this one. > > Could you review it again? > Let me know if I have any mistakes. > > Best regards, > Taichi Nishimura > > Signed-off-by: Taichi Nishimura <awkrail01@xxxxxxxxx> Hi, The corrections all look good. Of course, you need to fix what Greg mentioned, then you can resubmit the patch with this added: Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Thanks. > --- > tools/testing/selftests/bpf/prog_tests/migrate_reuseport.c | 2 +- > tools/testing/selftests/bpf/prog_tests/trampoline_count.c | 2 +- > .../testing/selftests/bpf/progs/btf_dump_test_case_syntax.c | 2 +- > tools/testing/selftests/bpf/progs/dynptr_fail.c | 2 +- > tools/testing/selftests/bpf/progs/strobemeta.h | 2 +- > tools/testing/selftests/bpf/progs/test_cls_redirect.c | 6 +++--- > tools/testing/selftests/bpf/progs/test_subprogs.c | 2 +- > tools/testing/selftests/bpf/progs/test_xdp_vlan.c | 2 +- > tools/testing/selftests/bpf/test_cpp.cpp | 2 +- > tools/testing/selftests/bpf/veristat.c | 4 ++-- > 10 files changed, 13 insertions(+), 13 deletions(-) > -- ~Randy