commit | ae0b9c7346552057b2651e0124e17cd153480908 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Fri Jan 26 14:43:34 2018 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Jan 29 07:48:58 2018 +0100 |
tree | b3f2995ff6842340f22cad2cf25d5b154baad643 | |
parent | e2c0746006246f3c93ae4e030bc348f0db559bb5 [diff] |
cfi_flash: Fix whitespace with casting When casting to a pointer type, the asterisk should be attached to the type name, not separated by a space. Fix all instances where this occurs. Signed-off-by: Mario Six <mario.six@gdsys.cc> Signed-off-by: Stefan Roese <sr@denx.de>