1
0
Fork 0

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>
zero-sugar-mainline-defconfig
Diego Bienz 2020-06-30 13:33:24 +02:00 committed by Greg Kroah-Hartman
parent 0a0a66c984
commit f9b468a3bd
1 changed files with 2 additions and 2 deletions

View File

@ -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 *);
};
/*