summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750_accel.h
diff options
context:
space:
mode:
authorIsaac Assegai <isaac.a.travers@gmail.com>2015-06-02 03:14:23 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-08 13:26:30 -0700
commit5e9358138820b171e0094709cde3ea9ac6ff1679 (patch)
tree946da0a985d3b7632eb1688a939d6a403c168251 /drivers/staging/sm750fb/sm750_accel.h
parente8b976da30d9eaaa2da80a0097127a8f57d6f1bd (diff)
downloadop-kernel-dev-5e9358138820b171e0094709cde3ea9ac6ff1679.zip
op-kernel-dev-5e9358138820b171e0094709cde3ea9ac6ff1679.tar.gz
Staging: sm750fb: Inserted spaces after commas in four files.
Insert Spaces after commas to rectify the following checkpatch errors in sm750_cursor.h, sm750_accel.h, ddk750_power.h and ddk750_mode.h: ERROR: space required after that ',' Signed-off-by: Isaac Assegai <isaac.a.travers@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 3ee0bd8..e9d217b 100644
--- a/drivers/staging/sm750fb/sm750_accel.h
+++ b/drivers/staging/sm750fb/sm750_accel.h
@@ -234,14 +234,14 @@
#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);
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);
+ 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,
OpenPOWER on IntegriCloud