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:
Diego Bienz 2020-06-30 13:33:24 +02:00 коммит произвёл Greg Kroah-Hartman
Родитель 0a0a66c984
Коммит f9b468a3bd
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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