All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nfs: Fix a typo in the file nfs42xattr.c
@ 2021-03-15  1:24 Bhaskar Chowdhury
  2021-03-15  2:27 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-15  1:24 UTC (permalink / raw)
  To: trond.myklebust, anna.schumaker, linux-nfs, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/attribues/attributes/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 fs/nfs/nfs42xattr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/nfs/nfs42xattr.c b/fs/nfs/nfs42xattr.c
index 6c2ce799150f..1c4d2a05b401 100644
--- a/fs/nfs/nfs42xattr.c
+++ b/fs/nfs/nfs42xattr.c
@@ -168,7 +168,7 @@ nfs4_xattr_entry_lru_del(struct nfs4_xattr_entry *entry)
  *	   make it easier to copy the value after an RPC, even if
  *	   the value will not be passed up to application (e.g.
  *	   for a 'query' getxattr with NULL buffer).
- * @len:   Length of the value. Can be 0 for zero-length attribues.
+ * @len:   Length of the value. Can be 0 for zero-length attributes.
  *         @value and @pages will be NULL if @len is 0.
  */
 static struct nfs4_xattr_entry *
--
2.30.2


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

* Re: [PATCH] nfs: Fix a typo in the file nfs42xattr.c
  2021-03-15  1:24 [PATCH] nfs: Fix a typo in the file nfs42xattr.c Bhaskar Chowdhury
@ 2021-03-15  2:27 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-15  2:27 UTC (permalink / raw)
  To: Bhaskar Chowdhury, trond.myklebust, anna.schumaker, linux-nfs,
	linux-kernel

On 3/14/21 6:24 PM, Bhaskar Chowdhury wrote:
> 
> s/attribues/attributes/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

> ---
>  fs/nfs/nfs42xattr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/nfs/nfs42xattr.c b/fs/nfs/nfs42xattr.c
> index 6c2ce799150f..1c4d2a05b401 100644
> --- a/fs/nfs/nfs42xattr.c
> +++ b/fs/nfs/nfs42xattr.c
> @@ -168,7 +168,7 @@ nfs4_xattr_entry_lru_del(struct nfs4_xattr_entry *entry)
>   *	   make it easier to copy the value after an RPC, even if
>   *	   the value will not be passed up to application (e.g.
>   *	   for a 'query' getxattr with NULL buffer).
> - * @len:   Length of the value. Can be 0 for zero-length attribues.
> + * @len:   Length of the value. Can be 0 for zero-length attributes.
>   *         @value and @pages will be NULL if @len is 0.
>   */
>  static struct nfs4_xattr_entry *
> --


-- 
~Randy


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

end of thread, other threads:[~2021-03-15  2:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15  1:24 [PATCH] nfs: Fix a typo in the file nfs42xattr.c Bhaskar Chowdhury
2021-03-15  2:27 ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.