dm vdo block-map: Remove stray semicolon
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 1 Mar 2024 08:54:40 +0000 (16:54 +0800)
committerMike Snitzer <snitzer@kernel.org>
Mon, 4 Mar 2024 20:07:57 +0000 (15:07 -0500)
Remove the unnecessary semicolon at the end of the for statement.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-vdo/block-map.c

index e79156dc7cc9a92d11f40e8ff26a9b352702102b..a0a7c1bd634e8adf15be8cec5823a461807c9870 100644 (file)
@@ -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);
-       };
+       }
 }
 
 /**