From: Diego Bienz Date: Tue, 30 Jun 2020 11:33:24 +0000 (+0200) Subject: staging: qlge: qlge.h: remove unnecessary spaces X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f9b468a3bd173ad3627ed99c6ba01eae0046c9be;p=linux.git staging: qlge: qlge.h: remove unnecessary spaces Spaces aren't necessary before function pointer arguments. Signed-off-by: Diego Bienz Link: https://lore.kernel.org/r/20200630113324.GA10534@diegob-nb Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/qlge/qlge.h b/drivers/staging/qlge/qlge.h index fc8c5ca8935dc..05e4f47442a38 100644 --- a/drivers/staging/qlge/qlge.h +++ b/drivers/staging/qlge/qlge.h @@ -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 *); }; /*