]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
common: command: trivial coding style fixes
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 23 Oct 2014 08:27:30 +0000 (17:27 +0900)
committerTom Rini <trini@ti.com>
Mon, 27 Oct 2014 21:54:12 +0000 (17:54 -0400)
commit616e2162a5726a6a2617f43bf14e6f75fe928b18
tree7e870a8ee98037752d4643faea3282c2500b039b
parent5699ea6d0ee01ab3e41d2cb2ebe2c56a24b9ffff
common: command: trivial coding style fixes

- Do not insert a whitespace between a function name and
   an open paranthesis
 - Fix comment style
 - Do not split an error message into multiple lines
   even if it exceeds 80 columns
 - Do not split "for" statement where it fits in 80 columns
 - Do not use assignment in if condition

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
common/command.c