diff mbox series

[7/9] nfsd: Fix typo "accesible"

Message ID 20210318202223.164873-7-ribalda@chromium.org (mailing list archive)
State New, archived
Headers show
Series None | expand

Commit Message

Ricardo Ribalda March 18, 2021, 8:22 p.m. UTC
Trivial fix.

Cc: linux-nfs@vger.kernel.org
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
 fs/nfsd/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Chuck Lever March 22, 2021, 2:21 p.m. UTC | #1
> On Mar 18, 2021, at 4:22 PM, Ricardo Ribalda <ribalda@chromium.org> wrote:
> 
> Trivial fix.
> 
> Cc: linux-nfs@vger.kernel.org
> Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>

Thanks for you patch. I've committed to the for-next topic branch at

git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git


> ---
> fs/nfsd/Kconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig
> index 821e5913faee..d160cd4c6f71 100644
> --- a/fs/nfsd/Kconfig
> +++ b/fs/nfsd/Kconfig
> @@ -98,7 +98,7 @@ config NFSD_BLOCKLAYOUT
> 	help
> 	  This option enables support for the exporting pNFS block layouts
> 	  in the kernel's NFS server. The pNFS block layout enables NFS
> -	  clients to directly perform I/O to block devices accesible to both
> +	  clients to directly perform I/O to block devices accessible to both
> 	  the server and the clients.  See RFC 5663 for more details.
> 
> 	  If unsure, say N.
> @@ -112,7 +112,7 @@ config NFSD_SCSILAYOUT
> 	help
> 	  This option enables support for the exporting pNFS SCSI layouts
> 	  in the kernel's NFS server. The pNFS SCSI layout enables NFS
> -	  clients to directly perform I/O to SCSI devices accesible to both
> +	  clients to directly perform I/O to SCSI devices accessible to both
> 	  the server and the clients.  See draft-ietf-nfsv4-scsi-layout for
> 	  more details.
> 
> @@ -126,7 +126,7 @@ config NFSD_FLEXFILELAYOUT
> 	  This option enables support for the exporting pNFS Flex File
> 	  layouts in the kernel's NFS server. The pNFS Flex File  layout
> 	  enables NFS clients to directly perform I/O to NFSv3 devices
> -	  accesible to both the server and the clients.  See
> +	  accessible to both the server and the clients.  See
> 	  draft-ietf-nfsv4-flex-files for more details.
> 
> 	  Warning, this server implements the bare minimum functionality
> -- 
> 2.31.0.rc2.261.g7f71774620-goog
> 

--
Chuck Lever
diff mbox series

Patch

diff --git a/fs/nfsd/Kconfig b/fs/nfsd/Kconfig
index 821e5913faee..d160cd4c6f71 100644
--- a/fs/nfsd/Kconfig
+++ b/fs/nfsd/Kconfig
@@ -98,7 +98,7 @@  config NFSD_BLOCKLAYOUT
 	help
 	  This option enables support for the exporting pNFS block layouts
 	  in the kernel's NFS server. The pNFS block layout enables NFS
-	  clients to directly perform I/O to block devices accesible to both
+	  clients to directly perform I/O to block devices accessible to both
 	  the server and the clients.  See RFC 5663 for more details.
 
 	  If unsure, say N.
@@ -112,7 +112,7 @@  config NFSD_SCSILAYOUT
 	help
 	  This option enables support for the exporting pNFS SCSI layouts
 	  in the kernel's NFS server. The pNFS SCSI layout enables NFS
-	  clients to directly perform I/O to SCSI devices accesible to both
+	  clients to directly perform I/O to SCSI devices accessible to both
 	  the server and the clients.  See draft-ietf-nfsv4-scsi-layout for
 	  more details.
 
@@ -126,7 +126,7 @@  config NFSD_FLEXFILELAYOUT
 	  This option enables support for the exporting pNFS Flex File
 	  layouts in the kernel's NFS server. The pNFS Flex File  layout
 	  enables NFS clients to directly perform I/O to NFSv3 devices
-	  accesible to both the server and the clients.  See
+	  accessible to both the server and the clients.  See
 	  draft-ietf-nfsv4-flex-files for more details.
 
 	  Warning, this server implements the bare minimum functionality