netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] atm: Clean up errors in atm_tcp.h
@ 2023-09-27  6:24 chenguohua
  2023-10-01 19:47 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: chenguohua @ 2023-09-27  6:24 UTC (permalink / raw)
  To: 3chas3; +Cc: linux-atm-general, netdev, linux-kernel

Fix the following errors reported by checkpatch:

ERROR: space required after that ',' (ctx:VxV)

Signed-off-by: GuoHua Cheng <chenguohua@jari.cn>
---
 include/linux/atm_tcp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/atm_tcp.h b/include/linux/atm_tcp.h
index 2558439d849b..2635965e8982 100644
--- a/include/linux/atm_tcp.h
+++ b/include/linux/atm_tcp.h
@@ -13,7 +13,7 @@ struct atm_vcc;
 struct module;
 
 struct atm_tcp_ops {
-	int (*attach)(struct atm_vcc *vcc,int itf);
+	int (*attach)(struct atm_vcc *vcc, int itf);
 	int (*create_persistent)(int itf);
 	int (*remove_persistent)(int itf);
 	struct module *owner;
-- 
2.17.1

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27  6:24 [PATCH] atm: Clean up errors in atm_tcp.h chenguohua
2023-10-01 19:47 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).