From f9b468a3bd173ad3627ed99c6ba01eae0046c9be Mon Sep 17 00:00:00 2001 From: Diego Bienz Date: Tue, 30 Jun 2020 13:33:24 +0200 Subject: [PATCH] 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 --- drivers/staging/qlge/qlge.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/qlge/qlge.h b/drivers/staging/qlge/qlge.h index fc8c5ca8935d..05e4f47442a3 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 *); }; /*