* [PATCH -next] dm vdo: Remove unneeded semicolon
@ 2024-03-01 8:54 Yang Li
0 siblings, 0 replies; only message in thread
From: Yang Li @ 2024-03-01 8:54 UTC (permalink / raw)
To: msakai, dm-devel; +Cc: linux-kernel, Yang Li
This patch removes the unnecessary semicolons at the end of the
for statements which cleans up the code and ensures consistency
with the rest of the kernel coding style.
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
drivers/md/dm-vdo/block-map.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/md/dm-vdo/block-map.c b/drivers/md/dm-vdo/block-map.c
index 42ec3a252e73..4389df8c9271 100644
--- a/drivers/md/dm-vdo/block-map.c
+++ b/drivers/md/dm-vdo/block-map.c
@@ -2707,7 +2707,7 @@ void vdo_traverse_forest(struct block_map *map, vdo_entry_callback_fn callback,
cursor->waiter.callback = launch_cursor;
acquire_vio_from_pool(cursors->pool, &cursor->waiter);
- };
+ }
}
/**
--
2.20.1.7.g153144c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-03-01 8:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-01 8:54 [PATCH -next] dm vdo: Remove unneeded semicolon Yang Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox