From 4746be1d222d7cdfdbe90a71370ffd2e0baa24d0 Mon Sep 17 00:00:00 2001 From: Ariel Miculas Date: Fri, 27 Oct 2023 18:21:01 +0300 Subject: 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> --- Documentation/filesystems/vfs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/filesystems') diff --git a/Documentation/filesystems/vfs.rst b/Documentation/filesystems/vfs.rst index 99acc2e98673..276a219ff8d9 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 -- cgit v1.2.3-59-g8ed1b