public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: qlge: remove unnecessary spaces before function pointer args
@ 2022-12-14 20:51 Aldas Taraškevičius
  2022-12-21 14:28 ` Simon Horman
  2023-01-17 18:26 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Aldas Taraškevičius @ 2022-12-14 20:51 UTC (permalink / raw)
  To: manishc, GR-Linux-NIC-Dev, gregkh, netdev, linux-staging
  Cc: linux-kernel, Aldas Taraškevičius

Remove unnecessary spaces before the function pointer arguments as
warned by checkpatch.

Signed-off-by: Aldas Taraškevičius <aldas60@gmail.com>
---
 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 fc8c5ca89..05e4f4744 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 *);
 };
 
 /*
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-17 19:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-14 20:51 [PATCH] staging: qlge: remove unnecessary spaces before function pointer args Aldas Taraškevičius
2022-12-21 14:28 ` Simon Horman
2023-01-17 18:26 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox