]> git.sur5r.net Git - u-boot/commit
cfi_flash: Fix long lines
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:54 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:59 +0000 (07:48 +0100)
commitddcf05403dc2524e6aa8503e55cf5dc85afa13da
treefef37aa668d448d9af7173d95e9866842bb88bb1
parent5701ba82894d679eb42df5d0b93a2d44b3df695d
cfi_flash: Fix long lines

Long lines (>80 characters) should be avoided where possible. Break up
some long lines where it's not detrimental to readability.

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