commit | 616e2162a5726a6a2617f43bf14e6f75fe928b18 | [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 | 5699ea6d0ee01ab3e41d2cb2ebe2c56a24b9ffff [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>