mtd: style fixups in multi-line comment, indentation
Signed-off-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
This commit is contained in:
committed by
Artem Bityutskiy
parent
32c8db8f62
commit
e2e24e8ebf
@@ -41,9 +41,11 @@
|
|||||||
|
|
||||||
#define MTD_FAIL_ADDR_UNKNOWN -1LL
|
#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
|
* If the erase fails, fail_addr might indicate exactly which block failed. If
|
||||||
specific to any particular block. */
|
* 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 erase_info {
|
||||||
struct mtd_info *mtd;
|
struct mtd_info *mtd;
|
||||||
uint64_t addr;
|
uint64_t addr;
|
||||||
|
Reference in New Issue
Block a user