summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJeroen Hofstee <[email protected]>2014-06-11 00:34:39 +0200
committerTom Rini <[email protected]>2014-06-11 16:27:06 -0400
commit2716077cda521ae37c21a69baf83ad5c12ca89bb (patch)
treebb9d27256408668b37467e53763e055e48bf73a3 /include/linux
parent930e4254ec29ea5133c0772d4a3804ba1c59b275 (diff)
board:keymile: remove unnecessary double braces
Clang interpretes an if condition like "if ((a = b) == NULL) as it tries to assign a value in a statement. Hence if you do "if ((something)) it warns you that you might be confused. Hence drop the double braces for plane if statements. cc: Holger Brunck <[email protected]> Signed-off-by: Jeroen Hofstee <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions