| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-19 | doc: replace @return by Return: | Heinrich Schuchardt | |
| 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 <[email protected]> | |||
| 2019-12-02 | common: Move sorting functions to their own header file | Simon Glass | |
| These don't need to be in common.h so move them out into a new header. Also add some missing comments. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Tom Rini <[email protected]> | |||
