diff options
author | Wang YanQing <[email protected]> | 2018-05-11 10:52:17 +0800 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2018-06-05 10:54:53 +0200 |
commit | 68565a1af9f7012e6f2fe2bdd612f67d2d830c28 (patch) | |
tree | 536f2ee53a581e24832a250ea100c4a09635f283 /scripts/bpf_helpers_doc.py | |
parent | 2b589a7e2bd3eb610a4b7f5e61393481755a4de9 (diff) |
bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}
The names for BPF_ALU64 | BPF_ARSH are emit_a32_arsh_*,
the names for BPF_ALU64 | BPF_LSH are emit_a32_lsh_*, but
the names for BPF_ALU64 | BPF_RSH are emit_a32_lsr_*.
For consistence reason, let's rename emit_a32_lsr_* to
emit_a32_rsh_*.
This patch also corrects a wrong comment.
Fixes: 39c13c204bb1 ("arm: eBPF JIT compiler")
Signed-off-by: Wang YanQing <[email protected]>
Cc: Shubham Bansal <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions