]> git.sur5r.net Git - u-boot/commit
cfi_flash: Fix indention
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:55 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:59 +0000 (07:48 +0100)
commitc0350fbf4c0e9f2d178d89aee49561ce2b4bf890
tree48e8a8240288de0cd4d14f38e14ac22c323dc690
parentddcf05403dc2524e6aa8503e55cf5dc85afa13da
cfi_flash: Fix indention

When long expressions surrounded by parentheses are split into multiple
lines, each consecutive line should be aligned with the corresponding
parenthesis. 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