mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
common: command: fix typo
%s/CMD_RET_SUCCESX/CMD_RET_SUCCESS/g Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
2fe88d4522
commit
8a3d734b1b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ extern int cmd_auto_complete(const char *const prompt, char *buf, int *np, int *
|
|||
*
|
||||
* @cmdtp: Command which caused the error
|
||||
* @err: Error code (0 if none, -ve for error, like -EIO)
|
||||
* @return 0 (CMD_RET_SUCCESX) if there is not error,
|
||||
* @return 0 (CMD_RET_SUCCESS) if there is not error,
|
||||
* 1 (CMD_RET_FAILURE) if an error is found
|
||||
* -1 (CMD_RET_USAGE) if 'usage' error is found
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue