commit | a828c1efb6ebe3333d70be3cfbac0741ea185ec9 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Fri Jan 26 14:43:36 2018 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Jan 29 07:48:58 2018 +0100 |
tree | 73de1c15cec4804cb219bb8ba3a56e13400f19af | |
parent | 76857f027b06b6cc969d8087de4073f0e1b1eb61 [diff] |
cfi_flash: Fix spacing around casts/operators There should be spaces around operators, and no spaces between a cast and the variable its being applied to. Fix all instances where this occurs. Signed-off-by: Mario Six <mario.six@gdsys.cc> Signed-off-by: Stefan Roese <sr@denx.de>