[PATCH 11/16] ipv6: remove unnecessary break after return

From: Fabian Frederick
Date: Mon Jul 14 2014 - 12:37:36 EST


Signed-off-by: Fabian Frederick <fabf@xxxxxxxxx>
---
net/ipv6/ipv6_sockglue.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/net/ipv6/ipv6_sockglue.c b/net/ipv6/ipv6_sockglue.c
index edb58af..7666cfe 100644
--- a/net/ipv6/ipv6_sockglue.c
+++ b/net/ipv6/ipv6_sockglue.c
@@ -1158,7 +1158,6 @@ static int do_ipv6_getsockopt(struct sock *sk, int level, int optname,
return -EFAULT;

return 0;
- break;
}

case IPV6_TRANSPARENT:
--
1.8.4.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/