lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220624070254.33998-1-wangxiang@cdjrlc.com>
Date:   Fri, 24 Jun 2022 15:02:54 +0800
From:   Xiang wangx <wangxiang@...rlc.com>
To:     takedakn@...data.co.jp
Cc:     penguin-kernel@...ove.SAKURA.ne.jp, jmorris@...ei.org,
        serge@...lyn.com, linux-security-module@...r.kernel.org,
        linux-kernel@...r.kernel.org, Xiang wangx <wangxiang@...rlc.com>
Subject: [PATCH] tomoyo: Fix typo in comment

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".
-- 
2.36.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ