]> git.sur5r.net Git - u-boot/commit
cfi_flash: Fix spacing around casts/operators
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:36 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commit640f4e35deccbea377f543737594753ff5a44d95
tree73de1c15cec4804cb219bb8ba3a56e13400f19af
parentdde0913b8559a1bd049ac6e1d4086b930c5be845
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>
drivers/mtd/cfi_flash.c