Staging: sm750fb: sm750.h: Insert spaces after commas.

Insert Spaces after commas to rectify the
following checkpatch errors in sm750.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>
This commit is contained in:
Isaac Assegai 2015-06-02 03:14:22 -07:00 committed by Greg Kroah-Hartman
parent afa34e7e74
commit e8b976da30
1 changed files with 18 additions and 17 deletions

View File

@ -27,15 +27,16 @@ struct lynx_accel{
int (*de_wait)(void);/* see if hardware ready to work */ int (*de_wait)(void);/* see if hardware ready to work */
int (*de_fillrect)(struct lynx_accel *,u32,u32,u32, int (*de_fillrect)(struct lynx_accel *, u32, u32, u32, u32,
u32,u32,u32,u32,u32,u32); u32, u32, u32, u32, u32);
int (*de_copyarea)(struct lynx_accel *, u32, u32, u32, u32, int (*de_copyarea)(struct lynx_accel *, u32, u32, u32, u32,
u32, u32, u32, u32, u32, u32, u32, u32,
u32, u32, u32, u32); u32, u32, u32, u32);
int (*de_imageblit)(struct lynx_accel *,const char *,u32,u32,u32, int (*de_imageblit)(struct lynx_accel *, const char *, u32, u32, u32, u32,
u32,u32,u32,u32,u32,u32,u32,u32,u32); u32, u32, u32, u32,
u32, u32, u32, u32);
}; };