bpf: Fix typo in function save_aux_ptr_type
authorRafael Passos <rafael@rcpassos.me>
Wed, 17 Apr 2024 17:52:26 +0000 (14:52 -0300)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 22 Apr 2024 15:12:05 +0000 (17:12 +0200)
commite1a7545981e2086feaa40dcb7b0db8de0bdada19
tree065a30b2159f15e0f760d058ec7c8fb8cc45d921
parent735f5b8a7ccf383e50d76f7d1c25769eee474812
bpf: Fix typo in function save_aux_ptr_type

I found this typo in the save_aux_ptr_type function.
s/allow_trust_missmatch/allow_trust_mismatch/
I did not find this anywhere else in the codebase.

Signed-off-by: Rafael Passos <rafael@rcpassos.me>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/fbe1d636-8172-4698-9a5a-5a3444b55322@smtp-relay.sendinblue.com
kernel/bpf/verifier.c