All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nfsd: Fix typo in comment
@ 2020-08-17 17:51 Alex Dewar
  2020-08-20 21:04 ` J. Bruce Fields
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Dewar @ 2020-08-17 17:51 UTC (permalink / raw)
  To: J. Bruce Fields, Chuck Lever, linux-nfs, linux-kernel; +Cc: Alex Dewar

Missing "is".

Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
---
Ahh I see. Is this better?
---
 fs/nfsd/nfs4xdr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c
index 259d5ad0e3f47..309a6d5f895ae 100644
--- a/fs/nfsd/nfs4xdr.c
+++ b/fs/nfsd/nfs4xdr.c
@@ -4828,7 +4828,7 @@ nfsd4_encode_listxattrs(struct nfsd4_compoundres *resp, __be32 nfserr,
 		slen = strlen(sp);
 
 		/*
-		 * Check if this a user. attribute, skip it if not.
+		 * Check if this is a user. attribute, skip it if not.
 		 */
 		if (strncmp(sp, XATTR_USER_PREFIX, XATTR_USER_PREFIX_LEN))
 			goto contloop;
-- 
2.28.0


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

* Re: [PATCH] nfsd: Fix typo in comment
  2020-08-17 17:51 [PATCH] nfsd: Fix typo in comment Alex Dewar
@ 2020-08-20 21:04 ` J. Bruce Fields
  0 siblings, 0 replies; 2+ messages in thread
From: J. Bruce Fields @ 2020-08-20 21:04 UTC (permalink / raw)
  To: Alex Dewar; +Cc: Chuck Lever, linux-nfs, linux-kernel

Applying, thanks.--b.

On Mon, Aug 17, 2020 at 06:51:26PM +0100, Alex Dewar wrote:
> Missing "is".
> 
> Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
> ---
> Ahh I see. Is this better?
> ---
>  fs/nfsd/nfs4xdr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c
> index 259d5ad0e3f47..309a6d5f895ae 100644
> --- a/fs/nfsd/nfs4xdr.c
> +++ b/fs/nfsd/nfs4xdr.c
> @@ -4828,7 +4828,7 @@ nfsd4_encode_listxattrs(struct nfsd4_compoundres *resp, __be32 nfserr,
>  		slen = strlen(sp);
>  
>  		/*
> -		 * Check if this a user. attribute, skip it if not.
> +		 * Check if this is a user. attribute, skip it if not.
>  		 */
>  		if (strncmp(sp, XATTR_USER_PREFIX, XATTR_USER_PREFIX_LEN))
>  			goto contloop;
> -- 
> 2.28.0

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

end of thread, other threads:[~2020-08-20 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-17 17:51 [PATCH] nfsd: Fix typo in comment Alex Dewar
2020-08-20 21:04 ` J. Bruce Fields

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.