]> git.baikalelectronics.ru Git - uboot.git/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)
commite4dab3b5240f367881b3259c5f0df9bf4b7122d6
tree48e8a8240288de0cd4d14f38e14ac22c323dc690
parentdde0ede8f828e8e3f8dd6857c21e6225e05d0582
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