[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <f754e6cd-8f99-a42e-9b65-3f4971e51432@I-love.SAKURA.ne.jp>
Date: Fri, 24 Jun 2022 19:05:25 +0900
From: Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>
To: Xiang wangx <wangxiang@...rlc.com>
Cc: jmorris@...ei.org, serge@...lyn.com,
linux-security-module@...r.kernel.org,
linux-kernel@...r.kernel.org, takedakn@...data.co.jp
Subject: Re: [PATCH] tomoyo: Fix typo in comment
Thanks for a patch, but current is correct. ("path2" means takes two path arguments)
On 2022/06/24 16:02, Xiang wangx wrote:
> Delete the redundant word 'path'.
>
> Signed-off-by: Xiang wangx <wangxiang@...rlc.com>
> ---
> security/tomoyo/file.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/security/tomoyo/file.c b/security/tomoyo/file.c
> index 1e6077568fde..772f7e1ddf6e 100644
> --- a/security/tomoyo/file.c
> +++ b/security/tomoyo/file.c
> @@ -286,7 +286,7 @@ static bool tomoyo_check_path_number_acl(struct tomoyo_request_info *r,
> }
>
> /**
> - * tomoyo_check_path2_acl - Check permission for path path operation.
> + * tomoyo_check_path2_acl - Check permission for path operation.
> *
> * @r: Pointer to "struct tomoyo_request_info".
> * @ptr: Pointer to "struct tomoyo_acl_info".
Powered by blists - more mailing lists