mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-03-23 03:38:05 +08:00
staging: ks7010: fix checkpatch SPACING
Checkpatch emits WARNING: Unnecessary space before function pointer arguments. Remove unnecessary space before function pointer. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6cdd653898
commit
015842ce66
@ -115,7 +115,7 @@ struct ks_sdio_card {
|
||||
struct tx_device_buffer {
|
||||
unsigned char *sendp; /* pointer of send req data */
|
||||
unsigned int size;
|
||||
void (*complete_handler) (void *arg1, void *arg2);
|
||||
void (*complete_handler)(void *arg1, void *arg2);
|
||||
void *arg1;
|
||||
void *arg2;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user