mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
part: correct documentation of part_get_bootable()
We have to use 'Return:' to render the description of the return value in the HTML documentation. Fixes:f55aa4454a
("part: Add a fallback for part_get_bootable()") Fixes:dcffa4428d
("part: Add a function to find the first bootable partition") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
0d7634ebc1
commit
e75e4cf5d9
1 changed files with 2 additions and 2 deletions
|
@ -685,8 +685,8 @@ int part_get_type_by_name(const char *name);
|
|||
/**
|
||||
* part_get_bootable() - Find the first bootable partition
|
||||
*
|
||||
* @desc: Block-device descriptor
|
||||
* @return first bootable partition, or 0 if there is none
|
||||
* @desc: Block-device descriptor
|
||||
* Return: first bootable partition, or 0 if there is none
|
||||
*/
|
||||
int part_get_bootable(struct blk_desc *desc);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue