netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ipv6: Clean up errors in ipv6.h
@ 2023-09-28  3:12 KaiLong Wang
  2023-10-02 16:28 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: KaiLong Wang @ 2023-09-28  3:12 UTC (permalink / raw)
  To: davem, dsahern, edumazet, kuba, pabeni; +Cc: netdev, linux-kernel

Fix the following errors reported by checkpatch:

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

Signed-off-by: KaiLong Wang <wangkailong@jari.cn>
---
 include/net/ipv6.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index b3444c8a6f74..909e052fe012 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -261,17 +261,17 @@ extern int sysctl_mld_qrv;
 
 /* MIBs */
 
-#define IP6_INC_STATS(net, idev,field)		\
+#define IP6_INC_STATS(net, idev, field)		\
 		_DEVINC(net, ipv6, , idev, field)
-#define __IP6_INC_STATS(net, idev,field)	\
+#define __IP6_INC_STATS(net, idev, field)	\
 		_DEVINC(net, ipv6, __, idev, field)
-#define IP6_ADD_STATS(net, idev,field,val)	\
+#define IP6_ADD_STATS(net, idev, field, val)	\
 		_DEVADD(net, ipv6, , idev, field, val)
-#define __IP6_ADD_STATS(net, idev,field,val)	\
+#define __IP6_ADD_STATS(net, idev, field, val)	\
 		_DEVADD(net, ipv6, __, idev, field, val)
-#define IP6_UPD_PO_STATS(net, idev,field,val)   \
+#define IP6_UPD_PO_STATS(net, idev, field, val)   \
 		_DEVUPD(net, ipv6, , idev, field, val)
-#define __IP6_UPD_PO_STATS(net, idev,field,val)   \
+#define __IP6_UPD_PO_STATS(net, idev, field, val)   \
 		_DEVUPD(net, ipv6, __, idev, field, val)
 #define ICMP6_INC_STATS(net, idev, field)	\
 		_DEVINCATOMIC(net, icmpv6, , idev, field)
-- 
2.17.1

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

* Re: [PATCH] ipv6: Clean up errors in ipv6.h
  2023-09-28  3:12 [PATCH] ipv6: Clean up errors in ipv6.h KaiLong Wang
@ 2023-10-02 16:28 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2023-10-02 16:28 UTC (permalink / raw)
  To: KaiLong Wang; +Cc: davem, dsahern, edumazet, kuba, pabeni, netdev, linux-kernel

On Thu, Sep 28, 2023 at 11:12:00AM +0800, KaiLong Wang wrote:
> Fix the following errors reported by checkpatch:
> 
> ERROR: space required after that ',' (ctx:VxV)
> 
> Signed-off-by: KaiLong Wang <wangkailong@jari.cn>


Hi KaiLong Wang,

unfortunately, patches that only contain checkpatch clean-ups
for Networking code are not accepted.

-- 
pw-bot: rejected

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

end of thread, other threads:[~2023-10-02 16:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-28  3:12 [PATCH] ipv6: Clean up errors in ipv6.h KaiLong Wang
2023-10-02 16:28 ` 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).