bpf: Fix typo 'accesible' into 'accessible'
Trivial fix. Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20210318202223.164873-8-ribalda@chromium.org
This commit is contained in:
parent
80847a71b2
commit
5d90349387
|
@ -56,7 +56,7 @@ struct bpf_iter_seq_info {
|
|||
u32 seq_priv_size;
|
||||
};
|
||||
|
||||
/* map is generic key/value storage optionally accesible by eBPF programs */
|
||||
/* map is generic key/value storage optionally accessible by eBPF programs */
|
||||
struct bpf_map_ops {
|
||||
/* funcs callable from userspace (via syscall) */
|
||||
int (*map_alloc_check)(union bpf_attr *attr);
|
||||
|
|
Loading…
Reference in New Issue