]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
checkpatch whitespace cleanups
authorStephen Warren <swarren@nvidia.com>
Tue, 18 Oct 2011 11:11:49 +0000 (11:11 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 21 Oct 2011 23:13:35 +0000 (01:13 +0200)
commit712fbcf384b7fbe6118325f21dad98150b24f13b
tree38db6246dcd8d5f3ec59692d37a6bc83d4b0be3d
parent83c484d7ecb62a9dfe8adb0da9a04cfb8bbb478b
checkpatch whitespace cleanups

This avoids the following checkpatch warning in later patches:

ERROR: "(foo*)" should be "(foo *)"
ERROR: space required before the open brace '{'
ERROR: space prohibited before that close parenthesis ')'
ERROR: spaces required around that '||' (ctx:WxV)
WARNING: space prohibited between function name and open parenthesis '('
WARNING: line over 80 characters

This fixes all the white-space warnings/errors in my subsequent patch,
and within this current patch. A number of other checkpatch warnings
and errors are still present in this patch itself, but are beyond simple
whitespace fixes, so are not solved by this patch.

v2: New patch

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
common/cmd_bootm.c
common/cmd_ximg.c
common/image.c
common/lynxkdi.c
include/image.h
tools/default_image.c