From: Yang Li Date: Fri, 1 Mar 2024 08:54:40 +0000 (+0800) Subject: dm vdo block-map: Remove stray semicolon X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d0464d8287364bc754790128fbe95e38837c760b;p=linux.git dm vdo block-map: Remove stray semicolon Remove the unnecessary semicolon at the end of the for statement. Signed-off-by: Yang Li Signed-off-by: Mike Snitzer --- diff --git a/drivers/md/dm-vdo/block-map.c b/drivers/md/dm-vdo/block-map.c index e79156dc7cc9a..a0a7c1bd634e8 100644 --- a/drivers/md/dm-vdo/block-map.c +++ b/drivers/md/dm-vdo/block-map.c @@ -2705,7 +2705,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); - }; + } } /**