2021-03-19 02:07:58

by Bhaskar Chowdhury

[permalink] [raw]
Subject: [PATCH] docs: filesystems: Fix a mundane typo


s/provisoned/provisioned/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
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


2021-03-19 02:19:13

by OGAWA Hirofumi

[permalink] [raw]
Subject: Re: [PATCH] docs: filesystems: Fix a mundane typo

Bhaskar Chowdhury <[email protected]> writes:

> s/provisoned/provisioned/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>

Looks good.

Acked-by: OGAWA Hirofumi <[email protected]>

> ---
> 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 <[email protected]>

2021-03-19 18:04:11

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] docs: filesystems: Fix a mundane typo



On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/provisoned/provisioned/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>

Acked-by: Randy Dunlap <[email protected]>


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

2021-03-25 17:53:48

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] docs: filesystems: Fix a mundane typo

Bhaskar Chowdhury <[email protected]> writes:

> s/provisoned/provisioned/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>
> ---
> 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