commit | db090a2665e85b21da8d2bd7dbc53f5b59fd5db4 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Oct 17 20:43:01 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 24 08:04:42 2016 -0400 |
tree | f4b78499c35d9ad767cd4b79dd65d073312b3d23 | |
parent | 48fd0f175a87b06f8d964dd42eb687369c3ba2e4 [diff] |
Fix codying style broken by recent libfdt sync Commit b02e4044ff8e ("libfdt: Bring in upstream stringlist functions") broke codying style in some places especially by inserting an extra whitespace before fdt_stringlist_count(). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>