commit | d523e39075f24f201699ca91b3e9382156e867e1 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Thu Dec 13 12:56:28 2007 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Dec 13 13:11:45 2007 +0100 |
tree | 7ffad8f7779778b33511c9063a87f5beafecf9cc | |
parent | 2fd67e14648f1f3f408ee3c1523090414658d395 [diff] |
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>