2021-02-23 01:37:38

by Yehan Xu

[permalink] [raw]
Subject: [PATCH v2] f2fs: fix a spelling error

From: xuyehan <[email protected]>

Delete the letter 'e' before 'number'

Signed-off-by: xuyehan <[email protected]>
---

changes since previous version
- modify the title of patch

thank you very much for your help Mr. Chao Yu

Documentation/ABI/testing/sysfs-fs-f2fs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/sysfs-fs-f2fs b/Documentation/ABI/testing/sysfs-fs-f2fs
index 3dfee94..21d14fa 100644
--- a/Documentation/ABI/testing/sysfs-fs-f2fs
+++ b/Documentation/ABI/testing/sysfs-fs-f2fs
@@ -276,7 +276,7 @@ Date April 2019
Contact: "Daniel Rosenberg" <[email protected]>
Description: If checkpoint=disable, it displays the number of blocks that
are unusable.
- If checkpoint=enable it displays the enumber of blocks that
+ If checkpoint=enable it displays the number of blocks that
would be unusable if checkpoint=disable were to be set.

What: /sys/fs/f2fs/<disk>/encoding
--
2.7.4


2021-02-23 06:26:40

by Chao Yu

[permalink] [raw]
Subject: Re: [f2fs-dev] [PATCH v2] f2fs: fix a spelling error

On 2021/2/23 9:31, Yehan Xu wrote:
> From: xuyehan <[email protected]>
>
> Delete the letter 'e' before 'number'
>
> Signed-off-by: xuyehan <[email protected]>

Reviewed-by: Chao Yu <[email protected]>

Thanks,