[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220521111145.81697-15-Julia.Lawall@inria.fr>
Date: Sat, 21 May 2022 13:10:25 +0200
From: Julia Lawall <Julia.Lawall@...ia.fr>
To: Phillip Lougher <phillip@...ashfs.org.uk>
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] squashfs: fix typo in comment
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>
---
fs/squashfs/xattr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/squashfs/xattr.c b/fs/squashfs/xattr.c
index e1e3f3dd5a06..7b78703c0408 100644
--- a/fs/squashfs/xattr.c
+++ b/fs/squashfs/xattr.c
@@ -76,7 +76,7 @@ ssize_t squashfs_listxattr(struct dentry *d, char *buffer,
}
rest -= prefix_size + name_size + 1;
} else {
- /* no handler or insuffficient privileges, so skip */
+ /* no handler or insufficient privileges, so skip */
err = squashfs_read_metadata(sb, NULL, &start,
&offset, name_size);
if (err < 0)
Powered by blists - more mailing lists