projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e50e9f
)
apparmor: fix doc warning
author
ChenXiaoSong
<chenxiaosong2@huawei.com>
Mon, 7 Jun 2021 06:30:22 +0000
(14:30 +0800)
committer
John Johansen
<john.johansen@canonical.com>
Wed, 3 Nov 2021 07:46:28 +0000
(
00:46
-0700)
Fix gcc W=1 warning:
security/apparmor/apparmorfs.c:2125: warning: Function parameter or member 'p' not described in '__next_profile'
Signed-off-by: ChenXiaoSong <chenxiaosong2@huawei.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/apparmorfs.c
patch
|
blob
|
history
diff --git
a/security/apparmor/apparmorfs.c
b/security/apparmor/apparmorfs.c
index
3275e07
..
a515d1f
100644
(file)
--- a/
security/apparmor/apparmorfs.c
+++ b/
security/apparmor/apparmorfs.c
@@
-2115,7
+2115,7
@@
static struct aa_profile *__first_profile(struct aa_ns *root,
/**
* __next_profile - step to the next profile in a profile tree
- * @p
rofile
: current profile in tree (NOT NULL)
+ * @p: current profile in tree (NOT NULL)
*
* Perform a depth first traversal on the profile tree in a namespace
*