]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/cmd_ide.c: CodingStyle cleanup
authorWolfgang Denk <wd@denx.de>
Sat, 29 Oct 2011 09:41:40 +0000 (09:41 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 3 Nov 2011 19:41:32 +0000 (20:41 +0100)
commit34c202c7eb24d04c577722c14b90fbedf517fd22
tree28f94f647a1a0ab2fe0a2759c9369dda4822c0be
parent88b2533de020660c32581434cd1ae56b4db2197d
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>
common/cmd_ide.c