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

Commit e2e24e8e authored by Brian Norris's avatar Brian Norris Committed by Artem Bityutskiy
Browse files

mtd: style fixups in multi-line comment, indentation

parent 32c8db8f
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -41,9 +41,11 @@

#define MTD_FAIL_ADDR_UNKNOWN -1LL

/* If the erase fails, fail_addr might indicate exactly which block failed.  If
   fail_addr = MTD_FAIL_ADDR_UNKNOWN, the failure was not at the device level or was not
   specific to any particular block. */
/*
 * If the erase fails, fail_addr might indicate exactly which block failed. If
 * fail_addr = MTD_FAIL_ADDR_UNKNOWN, the failure was not at the device level
 * or was not specific to any particular block.
 */
struct erase_info {
	struct mtd_info *mtd;
	uint64_t addr;