acl: fix the comments of posix_acl_xattr_set
authorDeming Wang <wangdeming@inspur.com>
Thu, 15 Sep 2022 01:48:30 +0000 (21:48 -0400)
committerChristian Brauner (Microsoft) <brauner@kernel.org>
Sat, 17 Sep 2022 10:47:51 +0000 (12:47 +0200)
remove the double world of 'in'.

Signed-off-by: Deming Wang <wangdeming@inspur.com>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
fs/posix_acl.c

index c759b8eef62e83f4e06f9b9d43c9b6f3275af952..b4f109875e79e39c6ef035a934a4a4d7091277f0 100644 (file)
@@ -1176,7 +1176,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.
                 */