* [PATCH] nvdimm/pfn_dev: Remove redundant semicolons
@ 2025-08-19 13:55 Liao Yuanhong
2025-08-19 15:07 ` Markus Elfring
0 siblings, 1 reply; 2+ messages in thread
From: Liao Yuanhong @ 2025-08-19 13:55 UTC (permalink / raw)
To: Dan Williams, Vishal Verma, Dave Jiang, Ira Weiny,
open list:LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM,
open list
Cc: Liao Yuanhong
Remove unnecessary semicolons.
Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com>
---
drivers/nvdimm/pfn_devs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/nvdimm/pfn_devs.c b/drivers/nvdimm/pfn_devs.c
index 8f3e816e805d..d5798aba9ad9 100644
--- a/drivers/nvdimm/pfn_devs.c
+++ b/drivers/nvdimm/pfn_devs.c
@@ -755,7 +755,7 @@ static int nd_pfn_init(struct nd_pfn *nd_pfn)
if (rc != -ENODEV)
return rc;
- /* no info block, do init */;
+ /* no info block, do init */
memset(pfn_sb, 0, sizeof(*pfn_sb));
nd_region = to_nd_region(nd_pfn->dev.parent);
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] nvdimm/pfn_dev: Remove redundant semicolons
2025-08-19 13:55 [PATCH] nvdimm/pfn_dev: Remove redundant semicolons Liao Yuanhong
@ 2025-08-19 15:07 ` Markus Elfring
0 siblings, 0 replies; 2+ messages in thread
From: Markus Elfring @ 2025-08-19 15:07 UTC (permalink / raw)
To: Liao Yuanhong, nvdimm
Cc: LKML, Dan Williams, Dave Jiang, Ira Weiny, Vishal Verma
> Remove unnecessary semicolons.
You propose to omit only a single character behind a comment,
don't you?
Regards,
Markus
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-19 15:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-19 13:55 [PATCH] nvdimm/pfn_dev: Remove redundant semicolons Liao Yuanhong
2025-08-19 15:07 ` Markus Elfring
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).