Stefan Reinauer has submitted this change. ( https://review.coreboot.org/c/em100/+/36051 )
Change subject: Fix whitespace error ......................................................................
Fix whitespace error
Signed-off-by: Patrick Rudolph patrick.rudolph@9elements.com Change-Id: I5b2492668b1b41afb4c32b24cbf9554783767311 Reviewed-on: https://review.coreboot.org/c/em100/+/36051 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Angel Pons th3fanbus@gmail.com --- M em100.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Stefan Reinauer: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve Angel Pons: Looks good to me, approved
diff --git a/em100.c b/em100.c index 1548450..215b233 100644 --- a/em100.c +++ b/em100.c @@ -597,7 +597,7 @@ " -c|--set CHIP: select chip emulation\n" " -d|--download FILE: download FILE into EM100pro\n" " -a|--start address: only works with -d (E.g. -d file.bin -a 0x300000)\n" - " -u|--upload FILE: upload from EM100pro into FILE\n" + " -u|--upload FILE: upload from EM100pro into FILE\n" " -r|--start: em100 shall run\n" " -s|--stop: em100 shall stop\n" " -v|--verify: verify EM100 content matches the file\n"