Stefan Reinauer has uploaded this change for review. ( https://review.coreboot.org/c/em100/+/77199?usp=email )
Change subject: em100.c: Fix whitespace ......................................................................
em100.c: Fix whitespace
Change-Id: I80d3524a0df32be89e85ead7b712dca874688f1e Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org --- M em100.c 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/em100 refs/changes/99/77199/1
diff --git a/em100.c b/em100.c index 5fd0291..50aa003 100644 --- a/em100.c +++ b/em100.c @@ -543,8 +543,8 @@ { unsigned char cmd[16]; /* result counts unsuccessful send_cmd()s. - * These are then converted in a boolean success value - */ + * These are then converted in a boolean success value + */ int result = 0; int i; int fpga_voltage, chip_voltage = 0; @@ -811,7 +811,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" - " -m|--address-mode MODE: force 3 or 4 byte address mode\n" + " -m|--address-mode MODE: force 3 or 4 byte address mode\n" " -u|--upload FILE: upload from EM100pro into FILE\n" " -r|--start: em100 shall run\n" " -s|--stop: em100 shall stop\n"