You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
mtd: cleanup style on pr_debug messages
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
289c052221
commit
0a32a10264
@@ -385,8 +385,7 @@ int INFTL_formatblock(struct INFTLrecord *inftl, int block)
|
||||
struct mtd_info *mtd = inftl->mbd.mtd;
|
||||
int physblock;
|
||||
|
||||
pr_debug("INFTL: INFTL_formatblock(inftl=%p,"
|
||||
"block=%d)\n", inftl, block);
|
||||
pr_debug("INFTL: INFTL_formatblock(inftl=%p,block=%d)\n", inftl, block);
|
||||
|
||||
memset(instr, 0, sizeof(struct erase_info));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user