[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <83b3c0ea-6e17-4fec-8887-0691e7d84185@canonical.com>
Date: Sun, 19 Nov 2023 01:09:07 -0800
From: John Johansen <john.johansen@...onical.com>
To: Yang Li <yang.lee@...ux.alibaba.com>, paul@...l-moore.com,
jmorris@...ei.org, serge@...lyn.com
Cc: apparmor@...ts.ubuntu.com, linux-security-module@...r.kernel.org,
linux-kernel@...r.kernel.org, Abaci Robot <abaci@...ux.alibaba.com>
Subject: Re: [PATCH -next 1/2] apparmor: Fix one kernel-doc comment
On 10/22/23 18:11, Yang Li wrote:
> Fix one kernel-doc comment to silence the warnings:
> security/apparmor/domain.c:46: warning: Function parameter or member 'to_cred' not described in 'may_change_ptraced_domain'
> security/apparmor/domain.c:46: warning: Excess function parameter 'cred' description in 'may_change_ptraced_domain'
>
> Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7036
> Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
sorry I missed replying to this. It was pulled into apparmor-next and merged upstream during the 6.7 merge window
> ---
> security/apparmor/domain.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/security/apparmor/domain.c b/security/apparmor/domain.c
> index ed4a13d44894..89fbeab4b33b 100644
> --- a/security/apparmor/domain.c
> +++ b/security/apparmor/domain.c
> @@ -31,7 +31,7 @@
>
> /**
> * may_change_ptraced_domain - check if can change profile on ptraced task
> - * @cred: cred of task changing domain
> + * @to_cred: cred of task changing domain
> * @to_label: profile to change to (NOT NULL)
> * @info: message if there is an error
> *
Powered by blists - more mailing lists