]> git.baikalelectronics.ru Git - uboot.git/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)
commit724d3b34a0fee42acebbebf8b97872e60f4def9f
treed81f11fb1e7601b2e120cb202ad462487d34dad7
parent671acb3b4232ac839e41aee4dd04c357231830bd
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