usb: Remove unnecessary space before function pointer arguments.
Remove unnecessary space before function pointer arguments. Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
feb26ac31a
commit
62b5c80afc
@ -173,10 +173,10 @@ struct uea_softc {
|
||||
const struct firmware *dsp_firm;
|
||||
struct urb *urb_int;
|
||||
|
||||
void (*dispatch_cmv) (struct uea_softc *, struct intr_pkt *);
|
||||
void (*schedule_load_page) (struct uea_softc *, struct intr_pkt *);
|
||||
int (*stat) (struct uea_softc *);
|
||||
int (*send_cmvs) (struct uea_softc *);
|
||||
void (*dispatch_cmv)(struct uea_softc *, struct intr_pkt *);
|
||||
void (*schedule_load_page)(struct uea_softc *, struct intr_pkt *);
|
||||
int (*stat)(struct uea_softc *);
|
||||
int (*send_cmvs)(struct uea_softc *);
|
||||
|
||||
/* keep in sync with eaglectl */
|
||||
struct uea_stats {
|
||||
|
Loading…
x
Reference in New Issue
Block a user