]> git.sur5r.net Git - u-boot/commit
cfi_flash: Fix whitespace with casting
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:34 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commitdb91bb242f0e4d78c8309c8d81d7c25353cf068e
treeb3f2995ff6842340f22cad2cf25d5b154baad643
parentb168386ba966f959fb183ceb200f11e4f6b3813f
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>
drivers/mtd/cfi_flash.c