summaryrefslogtreecommitdiff
path: root/drivers/staging/sm750fb/sm750_accel.h
diff options
context:
space:
mode:
authorGreg Donald <gdonald@gmail.com>2015-06-18 15:06:56 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-18 21:07:07 -0700
commiteb0f4271ca1809dca130a7b3e2bbeb1059b75c5c (patch)
treee6291082ea8438d1c506d5a955872a14a3d21417 /drivers/staging/sm750fb/sm750_accel.h
parent78cb7a38c6d704194ad5e45b469256d2b1c763e5 (diff)
drivers: staging: sm750fb: Fix "'foo * bar' should be 'foo *bar'" errors
Fix checkpatch.pl "'foo * bar' should be 'foo *bar'" errors Signed-off-by: Greg Donald <gdonald@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb/sm750_accel.h')
-rw-r--r--drivers/staging/sm750fb/sm750_accel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/sm750fb/sm750_accel.h b/drivers/staging/sm750fb/sm750_accel.h
index 57e20fb6699e..d3d256c21206 100644
--- a/drivers/staging/sm750fb/sm750_accel.h
+++ b/drivers/staging/sm750fb/sm750_accel.h
@@ -234,17 +234,17 @@
#define BOTTOM_TO_TOP 1
#define RIGHT_TO_LEFT 1
-void hw_set2dformat(struct lynx_accel * accel, int fmt);
+void hw_set2dformat(struct lynx_accel *accel, int fmt);
-void hw_de_init(struct lynx_accel * accel);
+void hw_de_init(struct lynx_accel *accel);
-int hw_fillrect(struct lynx_accel * accel,
+int hw_fillrect(struct lynx_accel *accel,
u32 base, u32 pitch, u32 Bpp,
u32 x, u32 y, u32 width, u32 height,
u32 color, u32 rop);
int hw_copyarea(
-struct lynx_accel * accel,
+struct lynx_accel *accel,
unsigned int sBase, /* Address of source: offset in frame buffer */
unsigned int sPitch, /* Pitch value of source surface in BYTE */
unsigned int sx,