diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-01-02 21:45:12 +0100 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2023-01-10 19:04:35 +0100 |
commit | 76862af5d1add618f0cc99868bc729925f9551d2 (patch) | |
tree | cc18b5bc79338c5c2639e2442a2968bd81198e14 /security/apparmor/secid.c | |
parent | Linux 6.2-rc1 (diff) | |
download | linux-76862af5d1add618f0cc99868bc729925f9551d2.tar.xz linux-76862af5d1add618f0cc99868bc729925f9551d2.zip |
apparmor: fix kernel-doc complaints
Correct kernel-doc notation to placate kernel-doc W=1 warnings:
security/apparmor/policy.c:439: warning: duplicate section name 'Return'
security/apparmor/secid.c:57: warning: Cannot understand *
security/apparmor/file.c:174: warning: cannot understand function prototype: 'struct aa_perms default_perms = '
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: John Johansen <john.johansen@canonical.com>
Cc: John Johansen <john@apparmor.net>
Cc: apparmor@lists.ubuntu.com
Cc: Paul Moore <paul@paul-moore.com>
Cc: James Morris <jmorris@namei.org>
Cc: "Serge E. Hallyn" <serge@hallyn.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/secid.c')
-rw-r--r-- | security/apparmor/secid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/apparmor/secid.c b/security/apparmor/secid.c index 24a0e23f1b2b..83d3d1e6d9dc 100644 --- a/security/apparmor/secid.c +++ b/security/apparmor/secid.c @@ -53,8 +53,7 @@ void aa_secid_update(u32 secid, struct aa_label *label) xa_unlock_irqrestore(&aa_secids, flags); } -/** - * +/* * see label for inverse aa_label_to_secid */ struct aa_label *aa_secid_to_label(u32 secid) |