mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 23:11:32 +02:00
doc: replace @return by Return:
Sphinx expects Return: and not @return to indicate a return value. find . -name '*.c' -exec \ sed -i 's/^\(\s\)\*\(\s*\)@return\(\s\)/\1*\2Return:\3/' {} \; find . -name '*.h' -exec \ sed -i 's/^\(\s\)\*\(\s*\)@return\(\s\)/\1*\2Return:\3/' {} \; Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
@@ -21,7 +21,7 @@ struct image_region;
|
||||
* @region_count: Number of regions in the region array
|
||||
* @checksum: Buffer contanining the output hash
|
||||
*
|
||||
* @return 0 if OK, < 0 if error
|
||||
* Return: 0 if OK, < 0 if error
|
||||
*/
|
||||
int hash_calculate(const char *name,
|
||||
const struct image_region *region, int region_count,
|
||||
|
Reference in New Issue
Block a user