Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08d3ad6a authored by David Woodhouse's avatar David Woodhouse
Browse files

[MTD] Whitespace cleanup in SSFDC driver.



Says akpm: ' - search for "( " and " )", fix.'

Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 9a05eded
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -251,8 +251,8 @@ static int build_logical_block_map(struct ssfdcr_record *ssfdc)
	struct mtd_info *mtd = ssfdc->mbd.mtd;

	DEBUG(MTD_DEBUG_LEVEL1, "SSFDC_RO: build_block_map() nblks=%d (%luK)\n",
		ssfdc->map_len, (unsigned long)ssfdc->map_len *
		ssfdc->erase_size / 1024 );
	      ssfdc->map_len,
	      (unsigned long)ssfdc->map_len * ssfdc->erase_size / 1024);

	/* Scan every physical block, skip CIS block */
	for (phys_block = ssfdc->cis_block + 1; phys_block < ssfdc->map_len;