| Age | Commit message (Collapse) | Author |
|
%s/to be write/to be written/
%s/writen/written/
Signed-off-by: Heinrich Schuchardt <[email protected]>
|
|
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]>
|
|
The register-access code is useful for any maxim codec. Move it out into
its own file.
Signed-off-by: Simon Glass <[email protected]>
|