linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] mtd: jedec_probe: Remove space before newline
@ 2025-07-31  9:46 Colin Ian King
  2025-09-01 12:29 ` Miquel Raynal
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2025-07-31  9:46 UTC (permalink / raw)
  To: Miquel Raynal, Richard Weinberger, Vignesh Raghavendra, linux-mtd
  Cc: kernel-janitors, linux-kernel

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>
---
 drivers/mtd/chips/jedec_probe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c
index 23c32fe584b7..6a583418788d 100644
--- a/drivers/mtd/chips/jedec_probe.c
+++ b/drivers/mtd/chips/jedec_probe.c
@@ -1953,7 +1953,7 @@ static void jedec_reset(u32 base, struct map_info *map, struct cfi_private *cfi)
 	 * as they will ignore the writes and don't care what address
 	 * the F0 is written to */
 	if (cfi->addr_unlock1) {
-		pr_debug( "reset unlock called %x %x \n",
+		pr_debug("reset unlock called %x %x\n",
 		       cfi->addr_unlock1,cfi->addr_unlock2);
 		cfi_send_gen_cmd(0xaa, cfi->addr_unlock1, base, map, cfi, cfi->device_type, NULL);
 		cfi_send_gen_cmd(0x55, cfi->addr_unlock2, base, map, cfi, cfi->device_type, NULL);
-- 
2.50.0


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] mtd: jedec_probe: Remove space before newline
  2025-07-31  9:46 [PATCH][next] mtd: jedec_probe: Remove space before newline Colin Ian King
@ 2025-09-01 12:29 ` Miquel Raynal
  0 siblings, 0 replies; 2+ messages in thread
From: Miquel Raynal @ 2025-09-01 12:29 UTC (permalink / raw)
  To: Richard Weinberger, Vignesh Raghavendra, linux-mtd,
	Colin Ian King
  Cc: kernel-janitors, linux-kernel

On Thu, 31 Jul 2025 10:46:13 +0100, Colin Ian King wrote:
> 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.
> 
> 

Applied to mtd/next, thanks!

[1/1] mtd: jedec_probe: Remove space before newline
      commit: 1371b126ac3d89d911c7b75a753c7d17458a4853

Patche(s) should be available on mtd/linux.git and will be
part of the next PR (provided that no robot complains by then).

Kind regards,
Miquèl


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-01 15:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-31  9:46 [PATCH][next] mtd: jedec_probe: Remove space before newline Colin Ian King
2025-09-01 12:29 ` Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).