[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1623809076-97907-1-git-send-email-chengshuyi@linux.alibaba.com>
Date: Wed, 16 Jun 2021 10:04:36 +0800
From: Shuyi Cheng <chengshuyi@...ux.alibaba.com>
To: kpsingh@...nel.org, revest@...omium.org, jackmanb@...omium.org,
ast@...nel.org, daniel@...earbox.net, andrii@...nel.org,
kafai@...com, songliubraving@...com, yhs@...com,
john.fastabend@...il.com
Cc: bpf@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org,
Shuyi Cheng <chengshuyi@...ux.alibaba.com>
Subject: [PATCH bpf-next] bpf: Fix typo in kernel/bpf/bpf_lsm.c
Signed-off-by: Shuyi Cheng <chengshuyi@...ux.alibaba.com>
---
kernel/bpf/bpf_lsm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/bpf/bpf_lsm.c b/kernel/bpf/bpf_lsm.c
index 5efb2b2..99ada85 100644
--- a/kernel/bpf/bpf_lsm.c
+++ b/kernel/bpf/bpf_lsm.c
@@ -125,7 +125,7 @@ static bool bpf_ima_inode_hash_allowed(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 sleepable BPF programs.
*/
BTF_SET_START(sleepable_lsm_hooks)
BTF_ID(func, bpf_lsm_bpf)
--
1.8.3.1
Powered by blists - more mailing lists