提交 8904120b 编写于 作者: F Fabian Frederick 提交者: David S. Miller

slip: remove unnecessary break after goto

Signed-off-by: NFabian Frederick <fabf@skynet.be>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 7dec26f8
......@@ -396,7 +396,6 @@ slhc_compress(struct slcompress *comp, unsigned char *icp, int isize,
ntohs(cs->cs_ip.tot_len) == hlen)
break;
goto uncompressed;
break;
case SPECIAL_I:
case SPECIAL_D:
/* actual changes match one of our special case encodings --
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册