Commit d0464d82 authored by Yang Li's avatar Yang Li Committed by Mike Snitzer

dm vdo block-map: Remove stray semicolon

Remove the unnecessary semicolon at the end of the for statement.
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Signed-off-by: default avatarMike Snitzer <snitzer@kernel.org>
parent 900d337b
......@@ -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);
};
}
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment