commit | 34c202c7eb24d04c577722c14b90fbedf517fd22 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Oct 29 09:41:40 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu Nov 03 20:41:32 2011 +0100 |
tree | 28f94f647a1a0ab2fe0a2759c9369dda4822c0be | |
parent | 88b2533de020660c32581434cd1ae56b4db2197d [diff] |
common/cmd_ide.c: CodingStyle cleanup Make file acceptable to checkpatch. This is only a basic clean up to the extend possible without any real changes to the source code. Warnings due to line over 80 characters were accepted because these affect only printf()s with user visible strings. No attempts were made to fix warnings about volatile and externs - these need a more thorough cleanup. Signed-off-by: Wolfgang Denk <wd@denx.de>