Skip to content

Commit

Permalink
net: openvswitch: remove unneeded semicolon
Browse files Browse the repository at this point in the history
Eliminate the following coccicheck warning:
./net/openvswitch/flow.c:379:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/20220227132208.24658-1-yang.lee@linux.alibaba.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Yang Li authored and Jakub Kicinski committed Mar 3, 2022
1 parent d922a99 commit cb1d8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/openvswitch/flow.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ static void get_ipv6_ext_hdrs(struct sk_buff *skb, struct ipv6hdr *nh,
break;
next_type = hp->nexthdr;
start += ipv6_optlen(hp);
};
}
}

static int parse_ipv6hdr(struct sk_buff *skb, struct sw_flow_key *key)
Expand Down

0 comments on commit cb1d8fb

Please sign in to comment.