staging: qlge: qlge.h: remove unnecessary spaces
authorDiego Bienz <diego.bienz@gmail.com>
Tue, 30 Jun 2020 11:33:24 +0000 (13:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Jul 2020 13:43:47 +0000 (15:43 +0200)
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>
drivers/staging/qlge/qlge.h

index fc8c5ca8935dcc38684505ca3bda48b5f7ba342c..05e4f47442a38003a98e4511f7f6250a63049696 100644 (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 *);
 };
 
 /*