-
- Downloads
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>
Showing
- common/cmd_bootm.c 271 additions, 252 deletionscommon/cmd_bootm.c
- common/cmd_ximg.c 36 additions, 36 deletionscommon/cmd_ximg.c
- common/image.c 621 additions, 566 deletionscommon/image.c
- common/lynxkdi.c 18 additions, 16 deletionscommon/lynxkdi.c
- include/image.h 115 additions, 115 deletionsinclude/image.h
- tools/default_image.c 28 additions, 28 deletionstools/default_image.c
Loading
Please register or sign in to comment