diff options
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | 2025-01-26 19:13:58 +0900 |
---|---|---|
committer | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | 2025-01-26 19:13:58 +0900 |
commit | 691a1f3f180133965d01e0ab0f332248d0345554 (patch) | |
tree | 6ca2b6594b6b710d3ed3f1c92644ef3998e3ca74 /security/tomoyo/tomoyo.c | |
parent | 41f198d58b6f2b36f9f8a4481d517369b324e773 (diff) | |
download | linux-691a1f3f180133965d01e0ab0f332248d0345554.tar.gz linux-691a1f3f180133965d01e0ab0f332248d0345554.tar.bz2 linux-691a1f3f180133965d01e0ab0f332248d0345554.zip |
tomoyo: fix spelling errors
No functional changes.
Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Diffstat (limited to 'security/tomoyo/tomoyo.c')
-rw-r--r-- | security/tomoyo/tomoyo.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/tomoyo/tomoyo.c b/security/tomoyo/tomoyo.c index 04a92c3d65d4..d6ebcd9db80a 100644 --- a/security/tomoyo/tomoyo.c +++ b/security/tomoyo/tomoyo.c @@ -549,10 +549,7 @@ static const struct lsm_id tomoyo_lsmid = { .id = LSM_ID_TOMOYO, }; -/* - * tomoyo_security_ops is a "struct security_operations" which is used for - * registering TOMOYO. - */ +/* tomoyo_hooks is used for registering TOMOYO. */ static struct security_hook_list tomoyo_hooks[] __ro_after_init = { LSM_HOOK_INIT(cred_prepare, tomoyo_cred_prepare), LSM_HOOK_INIT(bprm_committed_creds, tomoyo_bprm_committed_creds), |