projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
809ed84
)
bpf: Fix typo in kernel/bpf/bpf_lsm.c
author
Shuyi Cheng
<chengshuyi@linux.alibaba.com>
Wed, 16 Jun 2021 02:04:36 +0000
(10:04 +0800)
committer
Andrii Nakryiko
<andrii@kernel.org>
Thu, 17 Jun 2021 02:56:54 +0000
(19:56 -0700)
Fix s/sleeable/sleepable/ typo in a comment.
Signed-off-by: Shuyi Cheng <chengshuyi@linux.alibaba.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link:
https://lore.kernel.org/bpf/1623809076-97907-1-git-send-email-chengshuyi@linux.alibaba.com
kernel/bpf/bpf_lsm.c
patch
|
blob
|
history
diff --git
a/kernel/bpf/bpf_lsm.c
b/kernel/bpf/bpf_lsm.c
index 5efb2b24012c90af20cf955a6abc951557c35d2f..99ada85da8bb64be5475de99d73367f46de41da1 100644
(file)
--- a/
kernel/bpf/bpf_lsm.c
+++ b/
kernel/bpf/bpf_lsm.c
@@
-125,7
+125,7
@@
bpf_lsm_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog)
}
/* The set of hooks which are called without pagefaults disabled and are allowed
- * to "sleep" and thus can be used for sleeable BPF programs.
+ * to "sleep" and thus can be used for slee
p
able BPF programs.
*/
BTF_SET_START(sleepable_lsm_hooks)
BTF_ID(func, bpf_lsm_bpf)