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

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
Loading
Loading
Loading
Loading
+20 −19
Original line number Diff line number Diff line
@@ -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;