]> git.sur5r.net Git - u-boot/commit
cfi_flash: Fix strings split across lines
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:50 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commit876c52f3c35738eab091c0ef2fad28d8cbaa2c5f
treed81f11fb1e7601b2e120cb202ad462487d34dad7
parent5312838dd5b3959907d6c4f0ec3e04954210fafc
cfi_flash: Fix strings split across lines

Strings should not be split accross multiple lines. Where possible and
not detrimental to readability, fix the 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