Skip to content

Commit d0464d8

Browse files
Yang LiMike Snitzer
authored andcommitted
dm vdo block-map: Remove stray semicolon
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>
1 parent 900d337 commit d0464d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/md/dm-vdo/block-map.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2705,7 +2705,7 @@ void vdo_traverse_forest(struct block_map *map, vdo_entry_callback_fn callback,
27052705

27062706
cursor->waiter.callback = launch_cursor;
27072707
acquire_vio_from_pool(cursors->pool, &cursor->waiter);
2708-
};
2708+
}
27092709
}
27102710

27112711
/**

0 commit comments

Comments
 (0)