Re: [f2fs-dev] [PATCH] docs: f2fs: fix typos in f2fs.rst

2025-06-25 Thread Chao Yu via Linux-f2fs-devel
On 2025/6/19 06:55, Yuanye Ma wrote: This patch fixes two minor typos in Documentation/filesystems/f2fs.rst: - "ramdom" → "random" - "reenable" → "re-enable" The changes improve spelling and consistency in the documentation. These issues were identified using the 'codespell' tool with the foll

Re: [f2fs-dev] [PATCH] docs: f2fs: fix typos in f2fs.rst

2025-06-21 Thread Jonathan Corbet
Yuanye Ma writes: > This patch fixes two minor typos in Documentation/filesystems/f2fs.rst: > > - "ramdom" → "random" > - "reenable" → "re-enable" > > The changes improve spelling and consistency in the documentation. > > These issues were identified using the 'codespell' tool with the > followin

[f2fs-dev] [PATCH] docs: f2fs: fix typos in f2fs.rst

2025-06-20 Thread Yuanye Ma
This patch fixes two minor typos in Documentation/filesystems/f2fs.rst: - "ramdom" → "random" - "reenable" → "re-enable" The changes improve spelling and consistency in the documentation. These issues were identified using the 'codespell' tool with the following command: $ find Documentation/