
29 Mar
2013
29 Mar
'13
12:04 p.m.
Hi,
On Sat, 12 Jan 2013 23:07:56 +0100 Jeroen Hofstee jeroen@myspectrum.nl wrote:
- 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
- Don't init globals to 0
cc: Anatolij Gustschin agust@denx.de Signed-off-by: Jeroen Hofstee jeroen@myspectrum.nl
common/lcd.c | 84 ++++++++++++++++++++++----------------------------------- include/lcd.h | 35 +++++++++++------------- 2 files changed, 48 insertions(+), 71 deletions(-)
merged rebased patch, thanks!
Anatolij