linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: vfs: fix typo in struct xattr_handlers
@ 2023-10-27 15:21 Ariel Miculas
  2023-10-27 22:14 ` Randy Dunlap
  2023-11-17 15:42 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Ariel Miculas @ 2023-10-27 15:21 UTC (permalink / raw)
  To: linux-doc
  Cc: serge, Ariel Miculas, Matthew Wilcox (Oracle), Jonathan Corbet,
	linux-fsdevel, linux-kernel

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 <amiculas@cisco.com>
---
 Documentation/filesystems/vfs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.42.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: vfs: fix typo in struct xattr_handlers
  2023-10-27 15:21 [PATCH] docs: vfs: fix typo in struct xattr_handlers Ariel Miculas
@ 2023-10-27 22:14 ` Randy Dunlap
  2023-11-17 15:42 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2023-10-27 22:14 UTC (permalink / raw)
  To: Ariel Miculas, linux-doc
  Cc: serge, Matthew Wilcox (Oracle), Jonathan Corbet, linux-fsdevel,
	linux-kernel



On 10/27/23 08:21, Ariel Miculas wrote:
> 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 <amiculas@cisco.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  Documentation/filesystems/vfs.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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

-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: vfs: fix typo in struct xattr_handlers
  2023-10-27 15:21 [PATCH] docs: vfs: fix typo in struct xattr_handlers Ariel Miculas
  2023-10-27 22:14 ` Randy Dunlap
@ 2023-11-17 15:42 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2023-11-17 15:42 UTC (permalink / raw)
  To: Ariel Miculas, linux-doc
  Cc: serge, Ariel Miculas, Matthew Wilcox (Oracle), linux-fsdevel,
	linux-kernel

Ariel Miculas <amiculas@cisco.com> writes:

> 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 <amiculas@cisco.com>
> ---
>  Documentation/filesystems/vfs.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
>  ---------------------

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-17 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-27 15:21 [PATCH] docs: vfs: fix typo in struct xattr_handlers Ariel Miculas
2023-10-27 22:14 ` Randy Dunlap
2023-11-17 15:42 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).