Re: [PATCH bpf-next v3] bpf: Fix a spelling typo in kernel/bpf/disasm.c

2021-03-26 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf.git (refs/heads/master): On Thu, 25 Mar 2021 13:41:41 + you wrote: > The name string for BPF_XOR is "xor", not "or", fix it. > > Fixes: 981f94c3e92146705b ("bpf: Add bitwise atomic instructions") > Signed-off-by: Xu Kuohai > Acked-by: Brendan Jackman

[PATCH bpf-next v3] bpf: Fix a spelling typo in kernel/bpf/disasm.c

2021-03-25 Thread Xu Kuohai
The name string for BPF_XOR is "xor", not "or", fix it. Fixes: 981f94c3e92146705b ("bpf: Add bitwise atomic instructions") Signed-off-by: Xu Kuohai Acked-by: Brendan Jackman --- kernel/bpf/disasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/bpf/disasm.c b/kernel/