fs/nxffs/Kconfig: Fix indentation

Remove spaces from Kconfig
This commit is contained in:
simbit18
2023-05-09 15:12:42 +02:00
committed by Xiang Xiao
parent 2eac660ff6
commit ad957be5a9
+1 -1
View File
@@ -49,7 +49,7 @@ config NXFFS_NAND
Secondly, NXFFS will write a block many times. It tries to keep 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 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 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 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 way. So once a block has been written, it cannot be modified. This