staging: qlge: qlge.h: remove unnecessary spaces
Spaces aren't necessary before function pointer arguments. Signed-off-by: Diego Bienz <diego.bienz@gmail.com> Link: https://lore.kernel.org/r/20200630113324.GA10534@diegob-nb Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0a0a66c984
commit
f9b468a3bd
|
@ -2057,8 +2057,8 @@ enum {
|
|||
};
|
||||
|
||||
struct nic_operations {
|
||||
int (*get_flash) (struct ql_adapter *);
|
||||
int (*port_initialize) (struct ql_adapter *);
|
||||
int (*get_flash)(struct ql_adapter *);
|
||||
int (*port_initialize)(struct ql_adapter *);
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue