]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
common/lcd: cosmetic: clean up a bit
authorJeroen Hofstee <jeroen@myspectrum.nl>
Sat, 12 Jan 2013 12:07:56 +0000 (12:07 +0000)
committerAnatolij Gustschin <agust@denx.de>
Thu, 21 Mar 2013 09:31:38 +0000 (10:31 +0100)
commit6b035141f6459df01065f455cbf9c1928f2db16a
treed9bf961832d149dcfe62025b10ac33fee76df1e4
parent00a0ca5986c13d24ebbc5000cc1b7a1cdac0ba4b
common/lcd: cosmetic: clean up a bit

 - Make the brackets of the function calls more consistent
 - Remove really unnecessary brackets
 - Removes the extern from the function definitions
 - Remove curly brackets from single line statements
 - Remove lcd_setmem proto since it is already in common.h
 - Cleanup comments, remove useless comments
 - Remove NOT_USED_SO_FAR ifdef
 - Cleanup coding style

cc: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
[agust: rebased the original patch]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
common/lcd.c
include/lcd.h