Skip to content

Commit

Permalink
dm vdo: remove unneeded semicolon
Browse files Browse the repository at this point in the history
Remove the unnecessary semicolon at the end of the for statement
which cleans up the code and ensures consistency with the rest
of the kernel coding style.

Signed-off-by: Yang Li <[email protected]>
Signed-off-by: Matthew Sakai <[email protected]>
  • Loading branch information
Yang Li authored and lorelei-sakai committed Mar 4, 2024
1 parent fefa535 commit bc2150a
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 bc2150a

Please sign in to comment.