OSDN Git Service

selftests/bpf: Correct two typos
authorLu Hongfei <luhongfei@vivo.com>
Fri, 7 Jul 2023 08:12:50 +0000 (16:12 +0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 7 Jul 2023 17:36:04 +0000 (19:36 +0200)
commit856fe03d929205b4c8c8fa51296342cd85592e3f
treebf672495d46b6428f27ebc04a4f20127391c6f4c
parent56baeeba0a355ecf4d0c71bfbb1d5ba09501dbfc
selftests/bpf: Correct two typos

When wrapping code, use ';' better than using ',' which is more in line with
the coding habits of most engineers.

Signed-off-by: Lu Hongfei <luhongfei@vivo.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Hou Tao <houtao1@huawei.com>
Acked-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/bpf/20230707081253.34638-1-luhongfei@vivo.com
tools/testing/selftests/bpf/benchs/bench_ringbufs.c
tools/testing/selftests/bpf/prog_tests/tcp_hdr_options.c