From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 29 Mar 2013 12:04:36 +0100 Subject: [U-Boot] [PATCH 07/10] common/lcd: cosmetic: clean up a bit In-Reply-To: <1358028480-4979-8-git-send-email-jeroen@myspectrum.nl> References: <1358028480-4979-1-git-send-email-jeroen@myspectrum.nl> <1358028480-4979-8-git-send-email-jeroen@myspectrum.nl> Message-ID: <20130329120436.31192869@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 proto since it is already in common.h > - Don't init globals to 0 > > cc: Anatolij Gustschin > Signed-off-by: Jeroen Hofstee > --- > common/lcd.c | 84 ++++++++++++++++++++++----------------------------------- > include/lcd.h | 35 +++++++++++------------- > 2 files changed, 48 insertions(+), 71 deletions(-) merged rebased patch, thanks! Anatolij