Skip to content

Commit

Permalink
dm vdo block-map: Remove stray semicolon
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yang Li authored and Mike Snitzer committed Mar 4, 2024
1 parent 900d337 commit d0464d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/md/dm-vdo/block-map.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};
}
}

/**
Expand Down

0 comments on commit d0464d8

Please sign in to comment.