Commit 4311776f authored by Thomas Zimmermann's avatar Thomas Zimmermann Committed by Helge Deller

fbdev: hpfb: Remove trailing whitespaces

Fix coding style. No functional changes.
Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent f15d2963
...@@ -92,7 +92,7 @@ static int hpfb_setcolreg(unsigned regno, unsigned red, unsigned green, ...@@ -92,7 +92,7 @@ static int hpfb_setcolreg(unsigned regno, unsigned red, unsigned green,
if (regno >= info->cmap.len) if (regno >= info->cmap.len)
return 1; return 1;
while (in_be16(fb_regs + 0x6002) & 0x4) udelay(1); while (in_be16(fb_regs + 0x6002) & 0x4) udelay(1);
out_be16(fb_regs + 0x60ba, 0xff); out_be16(fb_regs + 0x60ba, 0xff);
...@@ -143,7 +143,7 @@ static void topcat_blit(int x0, int y0, int x1, int y1, int w, int h, int rr) ...@@ -143,7 +143,7 @@ static void topcat_blit(int x0, int y0, int x1, int y1, int w, int h, int rr)
out_8(fb_regs + WMOVE, fb_bitmask); out_8(fb_regs + WMOVE, fb_bitmask);
} }
static void hpfb_copyarea(struct fb_info *info, const struct fb_copyarea *area) static void hpfb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
{ {
topcat_blit(area->sx, area->sy, area->dx, area->dy, area->width, area->height, RR_COPY); topcat_blit(area->sx, area->sy, area->dx, area->dy, area->width, area->height, RR_COPY);
} }
...@@ -315,7 +315,7 @@ static int hpfb_init_one(unsigned long phys_base, unsigned long virt_base) ...@@ -315,7 +315,7 @@ static int hpfb_init_one(unsigned long phys_base, unsigned long virt_base)
return ret; return ret;
} }
/* /*
* Check that the secondary ID indicates that we have some hope of working with this * Check that the secondary ID indicates that we have some hope of working with this
* framebuffer. The catseye boards are pretty much like topcats and we can muddle through. * framebuffer. The catseye boards are pretty much like topcats and we can muddle through.
*/ */
...@@ -323,7 +323,7 @@ static int hpfb_init_one(unsigned long phys_base, unsigned long virt_base) ...@@ -323,7 +323,7 @@ static int hpfb_init_one(unsigned long phys_base, unsigned long virt_base)
#define topcat_sid_ok(x) (((x) == DIO_ID2_LRCATSEYE) || ((x) == DIO_ID2_HRCCATSEYE) \ #define topcat_sid_ok(x) (((x) == DIO_ID2_LRCATSEYE) || ((x) == DIO_ID2_HRCCATSEYE) \
|| ((x) == DIO_ID2_HRMCATSEYE) || ((x) == DIO_ID2_TOPCAT)) || ((x) == DIO_ID2_HRMCATSEYE) || ((x) == DIO_ID2_TOPCAT))
/* /*
* Initialise the framebuffer * Initialise the framebuffer
*/ */
static int hpfb_dio_probe(struct dio_dev *d, const struct dio_device_id *ent) static int hpfb_dio_probe(struct dio_dev *d, const struct dio_device_id *ent)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment