[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201127193727.2875003-1-trix@redhat.com>
Date: Fri, 27 Nov 2020 11:37:27 -0800
From: trix@...hat.com
To: davem@...emloft.net, kuba@...nel.org, wenxu@...oud.cn,
pablo@...filter.org, jiri@...lanox.com,
herbert@...dor.apana.org.au, paulb@...lanox.com,
john.hurley@...ronome.com
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Tom Rix <trix@...hat.com>
Subject: [PATCH] net: flow_offload: remove trailing semicolon in macro definition
From: Tom Rix <trix@...hat.com>
The macro use will already have a semicolon.
Signed-off-by: Tom Rix <trix@...hat.com>
---
net/core/flow_offload.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/core/flow_offload.c b/net/core/flow_offload.c
index d4474c812b64..59ddfd3f3876 100644
--- a/net/core/flow_offload.c
+++ b/net/core/flow_offload.c
@@ -32,7 +32,7 @@ EXPORT_SYMBOL(flow_rule_alloc);
struct flow_dissector *__d = (__m)->dissector; \
\
(__out)->key = skb_flow_dissector_target(__d, __type, (__m)->key); \
- (__out)->mask = skb_flow_dissector_target(__d, __type, (__m)->mask); \
+ (__out)->mask = skb_flow_dissector_target(__d, __type, (__m)->mask) \
void flow_rule_match_meta(const struct flow_rule *rule,
struct flow_match_meta *out)
--
2.18.4
Powered by blists - more mailing lists