commit | 682195eee44f299b262c00c093a5f61be21bc6a6 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Oct 23 17:27:30 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Mon Oct 27 17:54:12 2014 -0400 |
tree | 7e870a8ee98037752d4643faea3282c2500b039b | |
parent | eb61df5291e393824116b6a45791bb5a794d08e2 [diff] |
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>