From: kernel test robot net/openvswitch/flow.c:378:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Toms Atteka Reported-by: kernel test robot Signed-off-by: kernel test robot --- url: https://github.com/0day-ci/linux/commits/Toms-Atteka/net-next-openvswitch-IPv6-Add-IPv6-extension-header-support/20210506-021045 base: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git 4c7a94286ef7ac7301d633f17519fb1bb89d7550 flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/net/openvswitch/flow.c +++ b/net/openvswitch/flow.c @@ -375,7 +375,7 @@ void get_ipv6_ext_hdrs(struct sk_buff *s break; next_type = hp->nexthdr; start += ipv6_optlen(hp); - }; + } } static int parse_ipv6hdr(struct sk_buff *skb, struct sw_flow_key *key)