Skip to content

Commit aa4ceed

Browse files
ChenXiaoSongjrjohansen
authored andcommitted
apparmor: fix doc warning
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 <[email protected]> Signed-off-by: John Johansen <[email protected]>
1 parent 7e50e9f commit aa4ceed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/apparmor/apparmorfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2115,7 +2115,7 @@ static struct aa_profile *__first_profile(struct aa_ns *root,
21152115

21162116
/**
21172117
* __next_profile - step to the next profile in a profile tree
2118-
* @profile: current profile in tree (NOT NULL)
2118+
* @p: current profile in tree (NOT NULL)
21192119
*
21202120
* Perform a depth first traversal on the profile tree in a namespace
21212121
*

0 commit comments

Comments
 (0)