mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-08 15:04:45 +00:00
ipv6: remove unnecessary break after return
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d518825eab
commit
66635dc121
@ -1162,7 +1162,6 @@ static int do_ipv6_getsockopt(struct sock *sk, int level, int optname,
|
||||
return -EFAULT;
|
||||
|
||||
return 0;
|
||||
break;
|
||||
}
|
||||
|
||||
case IPV6_TRANSPARENT:
|
||||
|
Loading…
Reference in New Issue
Block a user