slip: remove unnecessary break after goto
Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
7dec26f866
commit
8904120b52
@@ -396,7 +396,6 @@ found:
|
|||||||
ntohs(cs->cs_ip.tot_len) == hlen)
|
ntohs(cs->cs_ip.tot_len) == hlen)
|
||||||
break;
|
break;
|
||||||
goto uncompressed;
|
goto uncompressed;
|
||||||
break;
|
|
||||||
case SPECIAL_I:
|
case SPECIAL_I:
|
||||||
case SPECIAL_D:
|
case SPECIAL_D:
|
||||||
/* actual changes match one of our special case encodings --
|
/* actual changes match one of our special case encodings --
|
||||||
|
Reference in New Issue
Block a user