diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2015-12-17 23:51:55 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-12-18 22:04:51 +0100 |
commit | 23bf88078afdb8f9b8071dd9f32754ebab7ba3dc (patch) | |
tree | 2eeb87fc466e0e912f0d1f54e98d708bf1a4c01a /arch | |
parent | bpf: move clearing of A/X into classic to eBPF migration prologue (diff) | |
download | linux-23bf88078afdb8f9b8071dd9f32754ebab7ba3dc.tar.xz linux-23bf88078afdb8f9b8071dd9f32754ebab7ba3dc.zip |
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>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions