]> git.ipfire.org Git - people/ms/u-boot.git/commit
cfi_flash: Fix placement of brace
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:46 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commit0cec0a12f9dba584ccf264329735819f8b04a66c
tree419d585be5212ea6418d6f6d4048d29a9d3876ce
parent9860137fbcbacfb91069194f9635af0ed8288456
cfi_flash: Fix placement of brace

The opening brace of block statements should be attached to the
statement itself, and not be on a separate line.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/mtd/cfi_flash.c