Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Ricardo Ribalda and committed by
Daniel Borkmann
5d903493 80847a71

+1 -1
+1 -1
include/linux/bpf.h
··· 56 56 u32 seq_priv_size; 57 57 }; 58 58 59 - /* map is generic key/value storage optionally accesible by eBPF programs */ 59 + /* map is generic key/value storage optionally accessible by eBPF programs */ 60 60 struct bpf_map_ops { 61 61 /* funcs callable from userspace (via syscall) */ 62 62 int (*map_alloc_check)(union bpf_attr *attr);