]> git.sur5r.net Git - u-boot/commit
cfi_flash: Fix indent of case statements
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:35 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commitdde0913b8559a1bd049ac6e1d4086b930c5be845
treeacf2371a7d115526d78733f1d61049bea551e522
parentdb91bb242f0e4d78c8309c8d81d7c25353cf068e
cfi_flash: Fix indent of case statements

case statements should be at the same level of indent as the switch
keyword. 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