Re: [U-Boot] [PATCH 07/10] common/lcd: cosmetic: clean up a bit

2013-03-29 Thread Anatolij Gustschin
Hi, On Sat, 12 Jan 2013 23:07:56 +0100 Jeroen Hofstee 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 pr

[U-Boot] [PATCH 07/10] common/lcd: cosmetic: clean up a bit

2013-01-12 Thread Jeroen Hofstee
- 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: Anatol