提交 8a3d734b 编写于 作者: H Heinrich Schuchardt 提交者: Tom Rini

common: command: fix typo

%s/CMD_RET_SUCCESX/CMD_RET_SUCCESS/g
Signed-off-by: NHeinrich Schuchardt <xypron.glpk@gmx.de>
上级 2fe88d45
......@@ -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
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册