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)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 24 Feb 2021 16:20:21 +0000 (17:20 +0100)
commita7c9c25a99bbdaff51da26b874d2faaa8fdd72b5
tree32ea7437c05f9dda636992dce9aae9a0cae3f2df
parent41462c6e730ca0e63f5fed5a517052385d980c54
bpf: Remove blank line in bpf helper description comment

Commit 34b2021cc616 ("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: 34b2021cc616 ("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
include/uapi/linux/bpf.h
tools/include/uapi/linux/bpf.h