summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750_cursor.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_cursor.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_cursor.h')
-rw-r--r--drivers/staging/sm750fb/sm750_cursor.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/staging/sm750fb/sm750_cursor.h b/drivers/staging/sm750fb/sm750_cursor.h
index 8cede07..be58868 100644
--- a/drivers/staging/sm750fb/sm750_cursor.h
+++ b/drivers/staging/sm750fb/sm750_cursor.h
@@ -5,13 +5,13 @@
void hw_cursor_enable(struct lynx_cursor * cursor);
void hw_cursor_disable(struct lynx_cursor * cursor);
void hw_cursor_setSize(struct lynx_cursor * cursor,
- int w,int h);
+ int w, int h);
void hw_cursor_setPos(struct lynx_cursor * cursor,
- int x,int y);
+ int x, int y);
void hw_cursor_setColor(struct lynx_cursor * cursor,
- u32 fg,u32 bg);
+ u32 fg, u32 bg);
void hw_cursor_setData(struct lynx_cursor * cursor,
- u16 rop,const u8* data,const u8* mask);
+ u16 rop, const u8* data, const u8* mask);
void hw_cursor_setData2(struct lynx_cursor * cursor,
- u16 rop,const u8* data,const u8* mask);
+ u16 rop, const u8* data, const u8* mask);
#endif
OpenPOWER on IntegriCloud