Skip to content

Commit

Permalink
checkpatch whitespace cleanups
Browse files Browse the repository at this point in the history
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 <[email protected]>
Tested-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
  • Loading branch information
nvswarren authored and wdenx committed Oct 21, 2011
1 parent 83c484d commit 712fbcf
Show file tree
Hide file tree
Showing 6 changed files with 1,089 additions and 1,013 deletions.
Loading

0 comments on commit 712fbcf

Please sign in to comment.