Skip to content

Commit 0ce34f9

Browse files
ColinIanKingmiquelraynal
authored andcommitted
mtd: jedec_probe: Remove space before newline
There is a extraneous space before a newline in a pr_debug message. Remove the space and remove a space after ( and before literal string to clean up checkpatch warning. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
1 parent 948cb19 commit 0ce34f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mtd/chips/jedec_probe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ static void jedec_reset(u32 base, struct map_info *map, struct cfi_private *cfi)
19531953
* as they will ignore the writes and don't care what address
19541954
* the F0 is written to */
19551955
if (cfi->addr_unlock1) {
1956-
pr_debug( "reset unlock called %x %x \n",
1956+
pr_debug("reset unlock called %x %x\n",
19571957
cfi->addr_unlock1,cfi->addr_unlock2);
19581958
cfi_send_gen_cmd(0xaa, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL);
19591959
cfi_send_gen_cmd(0x55, cfi->addr_unlock2, base, map, cfi, cfi->device_type, NULL);

0 commit comments

Comments
 (0)