]> git.sur5r.net Git - u-boot/commit
cfi_flash: Fix logical continuations
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:39 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commit88ecd8bf7cf04f2c08a1bcec862085e63f644efb
tree7468f0f3eaa39fa2485c6378dd7949c1c4dc9035
parent0412e903e44eb18e689b8f11ab374146b3d5372a
cfi_flash: Fix logical continuations

When splitting long logical statements across multiple lines, the
logical operators should be at the end of the lines. 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