Message ID | 20210318202223.164873-8-ribalda@chromium.org (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | BPF |
Headers | show |
Series | None | expand |
diff --git a/include/linux/bpf.h b/include/linux/bpf.h index cccaef1088ea..c4c8f3522594 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h @@ -54,7 +54,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);
Trivial fix. Cc: bpf@vger.kernel.org Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> --- include/linux/bpf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)