From: Ariel Miculas Date: Fri, 27 Oct 2023 15:21:01 +0000 (+0300) Subject: docs: vfs: fix typo in struct xattr_handlers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4746be1d222d7cdfdbe90a71370ffd2e0baa24d0;p=linux.git docs: vfs: fix typo in struct xattr_handlers The structure is called struct xattr_handler, singular, not plural. Fixing the typo also makes it greppable with the whole word matching flag. Signed-off-by: Ariel Miculas Acked-by: Randy Dunlap Signed-off-by: Jonathan Corbet Message-ID: <20231027152101.226296-1-amiculas@cisco.com> --- diff --git a/Documentation/filesystems/vfs.rst b/Documentation/filesystems/vfs.rst index 99acc2e986739..276a219ff8d9e 100644 --- a/Documentation/filesystems/vfs.rst +++ b/Documentation/filesystems/vfs.rst @@ -437,7 +437,7 @@ field. This is a pointer to a "struct inode_operations" which describes the methods that can be performed on individual inodes. -struct xattr_handlers +struct xattr_handler --------------------- On filesystems that support extended attributes (xattrs), the s_xattr