mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
blk: Correct comment for blk_get_devnum_by_uclass_idname()
Update the comment to match the function. Fix the indentation while we are here. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
parent
3fd11278ff
commit
d938743d15
1 changed files with 2 additions and 2 deletions
|
@ -650,7 +650,7 @@ struct blk_driver *blk_driver_lookup_type(int uclass_id);
|
||||||
struct blk_desc *blk_get_devnum_by_uclass_id(enum uclass_id uclass_id, int devnum);
|
struct blk_desc *blk_get_devnum_by_uclass_id(enum uclass_id uclass_id, int devnum);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* blk_get_devnum_by_uclass_id() - Get a block device by type name, and number
|
* blk_get_devnum_by_uclass_idname() - Get block device by type name and number
|
||||||
*
|
*
|
||||||
* This looks up the block device type based on @uclass_idname, then calls
|
* This looks up the block device type based on @uclass_idname, then calls
|
||||||
* blk_get_devnum_by_uclass_id().
|
* blk_get_devnum_by_uclass_id().
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue