]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cfi_flash: Break long lines
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Thu, 13 Dec 2007 11:56:28 +0000 (12:56 +0100)
committerStefan Roese <sr@denx.de>
Thu, 13 Dec 2007 12:11:45 +0000 (13:11 +0100)
commit7e5b9b471518c5652febc68ba62b432193d6abf4
tree7ffad8f7779778b33511c9063a87f5beafecf9cc
parent42026c9cb3a76849b41e6e24abfb7b56807a5c1a
cfi_flash: Break long lines

This patch tries to keep all lines in the cfi_flash driver below 80
columns. There are a few lines left which don't fit this requirement
because I couldn't find any trivial way to break them (i.e. it would
take some restructuring, which I intend to do in a later patch.)

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
drivers/mtd/cfi_flash.c