]> git.baikalelectronics.ru Git - uboot.git/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)
commit51f3b7f08c2dd6d4a0a972fa97fb203b850d6e1a
treeacf2371a7d115526d78733f1d61049bea551e522
parentdaafc1a2882a4cbc27c0f7e5b6f60303e3bbe2a4
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