All of lore.kernel.org
 help / color / mirror / Atom feed
From: Deming Wang <wangdeming@inspur.com>
To: <viro@zeniv.linux.org.uk>, <linux-fsdevel@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Cc: Deming Wang <wangdeming@inspur.com>
Subject: [PATCH] acl: fix the comments of posix_acl_xattr_set
Date: Wed, 14 Sep 2022 21:48:30 -0400	[thread overview]
Message-ID: <20220915014830.1671-1-wangdeming@inspur.com> (raw)

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


             reply	other threads:[~2022-09-15  1:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-15  1:48 Deming Wang [this message]
2022-09-17 10:50 ` [PATCH] acl: fix the comments of posix_acl_xattr_set Christian Brauner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220915014830.1671-1-wangdeming@inspur.com \
    --to=wangdeming@inspur.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.