This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit ad957be5a9b8f71880a02841ae5d32624455d0e7 Author: simbit18 <[email protected]> AuthorDate: Tue May 9 15:12:42 2023 +0200 fs/nxffs/Kconfig: Fix indentation Remove spaces from Kconfig --- fs/nxffs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/nxffs/Kconfig b/fs/nxffs/Kconfig index ac3b762219..f3a6749843 100644 --- a/fs/nxffs/Kconfig +++ b/fs/nxffs/Kconfig @@ -49,7 +49,7 @@ config NXFFS_NAND Secondly, NXFFS will write a block many times. It tries to keep bits in the erased state and assumes that it can overwrite those - bits to change them from the erased to the non-erased state. This + bits to change them from the erased to the non-erased state. This works will with NOR-like FLASH. NAND behaves this way too. But the problem with NAND is that the ECC bits cannot be re-written in this way. So once a block has been written, it cannot be modified. This
