Re: [U-Boot] [PATCH] cmd_usage: constify

2011-07-26 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1303638204-3262-1-git-send-email-vap...@gentoo.org> you wrote: > The usage helper doesn't modify the command, so constify its input arg. > > Signed-off-by: Mike Frysinger > --- > common/command.c |2 +- > include/command.h |2 +- > 2 files changed, 2 in

[U-Boot] [PATCH] cmd_usage: constify

2011-04-24 Thread Mike Frysinger
The usage helper doesn't modify the command, so constify its input arg. Signed-off-by: Mike Frysinger --- common/command.c |2 +- include/command.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/command.c b/common/command.c index b3ec510..ddaed68 100644 ---