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:
parent
afa34e7e74
commit
e8b976da30
|
@ -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);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue