Commit f9b468a3 authored by Diego Bienz's avatar Diego Bienz Committed by Greg Kroah-Hartman

staging: qlge: qlge.h: remove unnecessary spaces

Spaces aren't necessary before function pointer arguments.
Signed-off-by: default avatarDiego Bienz <diego.bienz@gmail.com>
Link: https://lore.kernel.org/r/20200630113324.GA10534@diegob-nbSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0a0a66c9
...@@ -2057,8 +2057,8 @@ enum { ...@@ -2057,8 +2057,8 @@ enum {
}; };
struct nic_operations { struct nic_operations {
int (*get_flash) (struct ql_adapter *); int (*get_flash)(struct ql_adapter *);
int (*port_initialize) (struct ql_adapter *); int (*port_initialize)(struct ql_adapter *);
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment