diff options
| author | Wolfgang Denk <wd@atlas.denx.de> | 2006-10-09 00:42:01 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@atlas.denx.de> | 2006-10-09 00:42:01 +0200 | 
| commit | 511d0c72b82aab9b807efde50fc9e390365f5ca1 (patch) | |
| tree | 08f47c77d9ce164bf38b937858c9d25344639950 /common/lcd.c | |
| parent | 8d4ac794365a7abb1be8e050fd1b467b94a21865 (diff) | |
| download | olio-uboot-2014.01-511d0c72b82aab9b807efde50fc9e390365f5ca1.tar.xz olio-uboot-2014.01-511d0c72b82aab9b807efde50fc9e390365f5ca1.zip | |
Coding style cleanup
Diffstat (limited to 'common/lcd.c')
| -rw-r--r-- | common/lcd.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/common/lcd.c b/common/lcd.c index d79350f23..df31ca9b8 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -661,8 +661,8 @@ int lcd_display_bitmap(ulong bmp_image, int x, int y)  	 *  So, in case of Monochrome BMP we should align widths  	 * on a byte boundary and convert them from Bit to Byte  	 * units. -	 *  Probably, PXA250 and MPC823 process 1bpp BMP images in  -	 * their own ways, so make the converting to be MCC200  +	 *  Probably, PXA250 and MPC823 process 1bpp BMP images in +	 * their own ways, so make the converting to be MCC200  	 * specific.  	 */  #if defined(CONFIG_MCC200) |