mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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:
parent
a788c52727
commit
4845a077c0
1 changed files with 17 additions and 16 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue