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 <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>
1 parent 900d337 commit d0464d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)