]> git.sur5r.net Git - u-boot/commit
cfi_flash: Fix missing/superfluous lines
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:37 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commit7223a8cb2756cafd3842758877bf7d865e1c1ed1
treea7dc978bc96935d98b0d1e6cefc43ff09cebb29c
parent640f4e35deccbea377f543737594753ff5a44d95
cfi_flash: Fix missing/superfluous lines

There should be no consecutive blank lines, and no blank lines at the
end of blocks. But there should be blank lines between variable
declarations and code. Fix all instances where either occurs.

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