diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2022-10-08 14:34:10 +0800 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2022-10-25 00:15:18 -0700 |
commit | 391f121150a5191c932e02775b6e29e59a3f5a94 (patch) | |
tree | c9600f9c27c4f6f5e999d5b873ddc724bdaa0973 /security/apparmor/lsm.c | |
parent | 64a27ba984342d6c5cf5facc278de5c5df1fd3ff (diff) |
LSM: Fix kernel-doc
security/apparmor/lsm.c:753: warning: expecting prototype for apparmor_bprm_committed_cred(). Prototype was for apparmor_bprm_committed_creds() instead.
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2338
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/lsm.c')
-rw-r--r-- | security/apparmor/lsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/lsm.c b/security/apparmor/lsm.c index 8e2b951c4988..ca4d190a737d 100644 --- a/security/apparmor/lsm.c +++ b/security/apparmor/lsm.c @@ -741,7 +741,7 @@ static void apparmor_bprm_committing_creds(struct linux_binprm *bprm) } /** - * apparmor_bprm_committed_cred - do cleanup after new creds committed + * apparmor_bprm_committed_creds() - do cleanup after new creds committed * @bprm: binprm for the exec (NOT NULL) */ static void apparmor_bprm_committed_creds(struct linux_binprm *bprm) |