mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +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:
@@ -56,7 +56,7 @@ int pxe_get_file_size(ulong *sizep)
|
||||
*
|
||||
* @outbuf: Buffer to write string to
|
||||
* @outbuf_len: length of buffer
|
||||
* @return 1 if OK, -ENOSPC if buffer is too small, -ENOENT is there is no
|
||||
* Return: 1 if OK, -ENOSPC if buffer is too small, -ENOENT is there is no
|
||||
* current ethernet device
|
||||
*/
|
||||
int format_mac_pxe(char *outbuf, size_t outbuf_len)
|
||||
|
Reference in New Issue
Block a user