Commit 4845a077 authored by Colin Ian King's avatar Colin Ian King Committed by Boris Brezillon

mtd: nftl: clean up indentation, remove extraneous tabs

The hunk of code is indented too much by one level, fix this by
removing the extraneous tabs. Also terminate block comment using
the recommended coding style to clean up checkpatch warning.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
parent a788c527
......@@ -356,7 +356,8 @@ int NFTL_formatblock(struct NFTLrecord *nftl, int block)
/* check the "freeness" of Erase Unit before updating metadata
* FixMe: is this check really necessary ? since we have check the
* return code after the erase operation. */
* return code after the erase operation.
*/
if (check_free_sectors(nftl, instr->addr, nftl->EraseSize, 1) != 0)
goto fail;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment