linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] apparmor: fix doc warning
@ 2021-06-07  6:30 ChenXiaoSong
  2021-06-08  6:26 ` John Johansen
  0 siblings, 1 reply; 2+ messages in thread
From: ChenXiaoSong @ 2021-06-07  6:30 UTC (permalink / raw)
  To: john.johansen, jmorris, serge
  Cc: linux-security-module, linux-kernel, yukuai3, yi.zhang, chenxiaosong2

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>
---
 security/apparmor/apparmorfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/apparmor/apparmorfs.c b/security/apparmor/apparmorfs.c
index 5bb9b9910aee..4720b8b9239c 100644
--- a/security/apparmor/apparmorfs.c
+++ b/security/apparmor/apparmorfs.c
@@ -2114,7 +2114,7 @@ static struct aa_profile *__first_profile(struct aa_ns *root,
 
 /**
  * __next_profile - step to the next profile in a profile tree
- * @profile: 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
  *
-- 
2.25.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] apparmor: fix doc warning
  2021-06-07  6:30 [PATCH -next] apparmor: fix doc warning ChenXiaoSong
@ 2021-06-08  6:26 ` John Johansen
  0 siblings, 0 replies; 2+ messages in thread
From: John Johansen @ 2021-06-08  6:26 UTC (permalink / raw)
  To: ChenXiaoSong, jmorris, serge
  Cc: linux-security-module, linux-kernel, yukuai3, yi.zhang

On 6/6/21 11:30 PM, ChenXiaoSong wrote:
> 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>

Thanks I have pulled this into my tree

> ---
>  security/apparmor/apparmorfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/security/apparmor/apparmorfs.c b/security/apparmor/apparmorfs.c
> index 5bb9b9910aee..4720b8b9239c 100644
> --- a/security/apparmor/apparmorfs.c
> +++ b/security/apparmor/apparmorfs.c
> @@ -2114,7 +2114,7 @@ static struct aa_profile *__first_profile(struct aa_ns *root,
>  
>  /**
>   * __next_profile - step to the next profile in a profile tree
> - * @profile: 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
>   *
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-08  6:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07  6:30 [PATCH -next] apparmor: fix doc warning ChenXiaoSong
2021-06-08  6:26 ` John Johansen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).