mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
staging: sm750fb: Make function arguments alignment match open parenthesis
Make function arguments alignment match open parenthesis. Found using checkpatch.pl. Signed-off-by: R Veera Kumar <vkor@vkten.in> Link: https://lore.kernel.org/r/20200413160753.3787-1-vkor@vkten.in Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3e63dbd425
commit
2596313a9f
@@ -59,14 +59,17 @@ 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, u32,
|
int (*de_fillrect)(struct lynx_accel *,
|
||||||
|
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, 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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user