projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fe88d4
)
common: command: fix typo
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 12 Oct 2018 09:23:04 +0000
(11:23 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 19 Oct 2018 23:19:53 +0000
(19:19 -0400)
%s/CMD_RET_SUCCESX/CMD_RET_SUCCESS/g
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/command.h
patch
|
blob
|
history
diff --git
a/include/command.h
b/include/command.h
index 5b1577f3b4774f6f685efb02bd8f26ee481dd444..200c7a5e9f4ed90e05474e69f7437f703e60e8c4 100644
(file)
--- a/
include/command.h
+++ b/
include/command.h
@@
-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_SUCCES
X
) if there is not error,
+ * @return 0 (CMD_RET_SUCCES
S
) if there is not error,
* 1 (CMD_RET_FAILURE) if an error is found
* -1 (CMD_RET_USAGE) if 'usage' error is found
*/