summaryrefslogtreecommitdiff
path: root/kernel/bpf/arraymap.c
diff options
context:
space:
mode:
authorDaniel Borkmann <daniel@iogearbox.net>2015-12-17 23:51:55 +0100
committerMichael Bestas <mkbestas@lineageos.org>2022-04-19 00:49:56 +0300
commit35f475c6aea19c12e4663cc4c3af67d325a367c5 (patch)
treefc3a023a7a0c0440f232d7bd6faae7d3f9d2e737 /kernel/bpf/arraymap.c
parentcb52b525e423d08270654c66ca7e7a5361e0cee9 (diff)
bpf: fix misleading comment in bpf_convert_filter
Comment says "User BPF's register A is mapped to our BPF register 6", which is actually wrong as the mapping is on register 0. This can already be inferred from the code itself. So just remove it before someone makes assumptions based on that. Only code tells truth. ;) Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Chatur27 <jasonbright2709@gmail.com>
Diffstat (limited to 'kernel/bpf/arraymap.c')
0 files changed, 0 insertions, 0 deletions