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: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
This commit is contained in:
Colin Ian King 2018-11-18 16:36:56 +00:00 committed by Boris Brezillon
parent a788c52727
commit 4845a077c0

View file

@ -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;