* [PATCH] misc: eeprom/m24lr: Remove unneeded semicolon
@ 2025-08-21 8:18 Chen Ni
2025-08-22 4:49 ` Abd-Alrhman Masalkhi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Ni @ 2025-08-21 8:18 UTC (permalink / raw)
To: arnd, gregkh, abd.masalkhi; +Cc: linux-kernel, Chen Ni
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.
Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
---
drivers/misc/eeprom/m24lr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/misc/eeprom/m24lr.c b/drivers/misc/eeprom/m24lr.c
index 0e37f74881ce..7a9fd45a8e46 100644
--- a/drivers/misc/eeprom/m24lr.c
+++ b/drivers/misc/eeprom/m24lr.c
@@ -350,7 +350,7 @@ static ssize_t m24lr_read_reg_le(struct m24lr *m24lr, u64 *val,
break;
default:
return -EINVAL;
- };
+ }
return 0;
}
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] misc: eeprom/m24lr: Remove unneeded semicolon
2025-08-21 8:18 [PATCH] misc: eeprom/m24lr: Remove unneeded semicolon Chen Ni
@ 2025-08-22 4:49 ` Abd-Alrhman Masalkhi
0 siblings, 0 replies; 2+ messages in thread
From: Abd-Alrhman Masalkhi @ 2025-08-22 4:49 UTC (permalink / raw)
To: nichen; +Cc: abd.masalkhi, arnd, gregkh, linux-kernel
Hello Chen,
Thank you.
Reviewed-by: Abd-Alrhman Masalkhi <abd.masalkhi@gmail.com>
--
Best Regards,
Abd-Alrhman
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-22 4:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21 8:18 [PATCH] misc: eeprom/m24lr: Remove unneeded semicolon Chen Ni
2025-08-22 4:49 ` Abd-Alrhman Masalkhi
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).