Skip to content

Commit

Permalink
net:ipv6:Remove unneeded semicolon
Browse files Browse the repository at this point in the history
Eliminate the following coccinelle check warning:
net/ipv6/seg6.c:381:2-3

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Zhang Mingyu <zhang.mingyu@zte.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Zhang Mingyu authored and davem330 committed Nov 3, 2021
1 parent aedddb4 commit acaea0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/seg6.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ static int __net_init seg6_net_init(struct net *net)
kfree(rcu_dereference_raw(sdata->tun_src));
kfree(sdata);
return -ENOMEM;
};
}
#endif

return 0;
Expand Down

0 comments on commit acaea0d

Please sign in to comment.