All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] acl: fix the comments of posix_acl_xattr_set
@ 2022-09-15  1:48 Deming Wang
  2022-09-17 10:50 ` Christian Brauner
  0 siblings, 1 reply; 2+ messages in thread
From: Deming Wang @ 2022-09-15  1:48 UTC (permalink / raw)
  To: viro, linux-fsdevel, linux-kernel; +Cc: Deming Wang

remove the double world of 'in'.

Signed-off-by: Deming Wang <wangdeming@inspur.com>
---
 fs/posix_acl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/posix_acl.c b/fs/posix_acl.c
index 4e69cce6bd2a..74dc0f571dc9 100644
--- a/fs/posix_acl.c
+++ b/fs/posix_acl.c
@@ -1177,7 +1177,7 @@ posix_acl_xattr_set(const struct xattr_handler *handler,
 		 * ACL_{GROUP,USER} have already been mapped according to the
 		 * caller's idmapping. The vfs_set_acl_prepare() helper will
 		 * recover them and take idmapped mounts into account. The
-		 * filesystem will receive the POSIX ACLs in in the correct
+		 * filesystem will receive the POSIX ACLs in the correct
 		 * format ready to be cached or written to the backing store
 		 * taking the filesystem idmapping into account.
 		 */
-- 
2.27.0


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

* Re: [PATCH] acl: fix the comments of posix_acl_xattr_set
  2022-09-15  1:48 [PATCH] acl: fix the comments of posix_acl_xattr_set Deming Wang
@ 2022-09-17 10:50 ` Christian Brauner
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Brauner @ 2022-09-17 10:50 UTC (permalink / raw)
  To: Deming Wang; +Cc: Christian Brauner, linux-fsdevel, viro

From: Christian Brauner (Microsoft) <brauner@kernel.org>

On Wed, 14 Sep 2022 21:48:30 -0400, Deming Wang wrote:
> remove the double world of 'in'.
> 
> 

Thanks for the patch. This is on top of the acl changes in my tree and I
applied the patch there, thanks!

[1/1] acl: fix the comments of posix_acl_xattr_set
      commit: 0978c7c41fe2a3735f8776dc27cf1641bd916773

Best regards,
-- 
Christian Brauner (Microsoft) <brauner@kernel.org>

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

end of thread, other threads:[~2022-09-17 10:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-15  1:48 [PATCH] acl: fix the comments of posix_acl_xattr_set Deming Wang
2022-09-17 10:50 ` Christian Brauner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.