]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Remove blank line in bpf helper description comment
authorHangbin Liu <liuhangbin@gmail.com>
Tue, 23 Feb 2021 13:14:57 +0000 (21:14 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 26 Feb 2021 20:18:12 +0000 (12:18 -0800)
commitba96f750105a1a3f6cc755ca9b1868323250dc84
treedcbc57bba9de495881a0f892bd114f94e1929b46
parente841b4d1075dca0132f0d8961f7306526b397196
bpf: Remove blank line in bpf helper description comment

Commit f96eac23b6b3 ("bpf: Add BPF-helper for MTU checking") added an extra
blank line in bpf helper description. This will make bpf_helpers_doc.py stop
building bpf_helper_defs.h immediately after bpf_check_mtu(), which will
affect future added functions.

Fixes: f96eac23b6b3 ("bpf: Add BPF-helper for MTU checking")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Jesper Dangaard Brouer <brouer@redhat.com>
Link: https://lore.kernel.org/bpf/20210223131457.1378978-1-liuhangbin@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
include/uapi/linux/bpf.h
tools/include/uapi/linux/bpf.h