mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] docs: filesystems: Fix a mundane typo
@ 2021-03-19  1:58 Bhaskar Chowdhury
  2021-03-19  2:17 ` OGAWA Hirofumi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-19  1:58 UTC (permalink / raw)
  To: hirofumi, corbet, linux-doc, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/provisoned/provisioned/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Documentation/filesystems/vfat.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/filesystems/vfat.rst b/Documentation/filesystems/vfat.rst
index e85d74e91295..760a4d83fdf9 100644
--- a/Documentation/filesystems/vfat.rst
+++ b/Documentation/filesystems/vfat.rst
@@ -189,7 +189,7 @@ VFAT MOUNT OPTIONS
 **discard**
 	If set, issues discard/TRIM commands to the block
 	device when blocks are freed. This is useful for SSD devices
-	and sparse/thinly-provisoned LUNs.
+	and sparse/thinly-provisioned LUNs.

 **nfs=stale_rw|nostale_ro**
 	Enable this only if you want to export the FAT filesystem
--
2.26.2


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

* Re: [PATCH] docs: filesystems: Fix a mundane typo
  2021-03-19  1:58 [PATCH] docs: filesystems: Fix a mundane typo Bhaskar Chowdhury
@ 2021-03-19  2:17 ` OGAWA Hirofumi
  2021-03-19 18:01 ` Randy Dunlap
  2021-03-25 17:51 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: OGAWA Hirofumi @ 2021-03-19  2:17 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: corbet, linux-doc, linux-kernel, rdunlap

Bhaskar Chowdhury <unixbhaskar@gmail.com> writes:

> s/provisoned/provisioned/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Looks good.

Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

> ---
>  Documentation/filesystems/vfat.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/filesystems/vfat.rst b/Documentation/filesystems/vfat.rst
> index e85d74e91295..760a4d83fdf9 100644
> --- a/Documentation/filesystems/vfat.rst
> +++ b/Documentation/filesystems/vfat.rst
> @@ -189,7 +189,7 @@ VFAT MOUNT OPTIONS
>  **discard**
>  	If set, issues discard/TRIM commands to the block
>  	device when blocks are freed. This is useful for SSD devices
> -	and sparse/thinly-provisoned LUNs.
> +	and sparse/thinly-provisioned LUNs.
>
>  **nfs=stale_rw|nostale_ro**
>  	Enable this only if you want to export the FAT filesystem
> --
> 2.26.2
>

-- 
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

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

* Re: [PATCH] docs: filesystems: Fix a mundane typo
  2021-03-19  1:58 [PATCH] docs: filesystems: Fix a mundane typo Bhaskar Chowdhury
  2021-03-19  2:17 ` OGAWA Hirofumi
@ 2021-03-19 18:01 ` Randy Dunlap
  2021-03-25 17:51 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2021-03-19 18:01 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: hirofumi, corbet, linux-doc, linux-kernel



On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/provisoned/provisioned/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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


> ---
> Documentation/filesystems/vfat.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/filesystems/vfat.rst b/Documentation/filesystems/vfat.rst
> index e85d74e91295..760a4d83fdf9 100644
> --- a/Documentation/filesystems/vfat.rst
> +++ b/Documentation/filesystems/vfat.rst
> @@ -189,7 +189,7 @@ VFAT MOUNT OPTIONS
> **discard**
> 	If set, issues discard/TRIM commands to the block
> 	device when blocks are freed. This is useful for SSD devices
> -	and sparse/thinly-provisoned LUNs.
> +	and sparse/thinly-provisioned LUNs.
>
> **nfs=stale_rw|nostale_ro**
> 	Enable this only if you want to export the FAT filesystem
> --
> 2.26.2
>
>

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

* Re: [PATCH] docs: filesystems: Fix a mundane typo
  2021-03-19  1:58 [PATCH] docs: filesystems: Fix a mundane typo Bhaskar Chowdhury
  2021-03-19  2:17 ` OGAWA Hirofumi
  2021-03-19 18:01 ` Randy Dunlap
@ 2021-03-25 17:51 ` Jonathan Corbet
  2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2021-03-25 17:51 UTC (permalink / raw)
  To: Bhaskar Chowdhury, hirofumi, linux-doc, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury

Bhaskar Chowdhury <unixbhaskar@gmail.com> writes:

> s/provisoned/provisioned/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  Documentation/filesystems/vfat.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/filesystems/vfat.rst b/Documentation/filesystems/vfat.rst
> index e85d74e91295..760a4d83fdf9 100644
> --- a/Documentation/filesystems/vfat.rst
> +++ b/Documentation/filesystems/vfat.rst
> @@ -189,7 +189,7 @@ VFAT MOUNT OPTIONS
>  **discard**
>  	If set, issues discard/TRIM commands to the block
>  	device when blocks are freed. This is useful for SSD devices
> -	and sparse/thinly-provisoned LUNs.
> +	and sparse/thinly-provisioned LUNs.

Applied, thanks.

jon

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

end of thread, other threads:[~2021-03-25 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19  1:58 [PATCH] docs: filesystems: Fix a mundane typo Bhaskar Chowdhury
2021-03-19  2:17 ` OGAWA Hirofumi
2021-03-19 18:01 ` Randy Dunlap
2021-03-25 17:51 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®