“6ac2e079b37d0b3fd7165362f1749437aea8df5a”上不存在“...tests/book/test_inference_understand_sentiment.cc”
提交 8e7dfbc8 编写于 作者: S Silviu-Mihai Popescu 提交者: David S. Miller

tcp_output: fix sparse warning for tcp_wfree

Fix sparse warning:
	* symbol 'tcp_wfree' was not declared. Should it be static?
Signed-off-by: NSilviu-Mihai Popescu <silviupopescu1990@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 7cefdd1f
...@@ -940,7 +940,7 @@ void __init tcp_tasklet_init(void) ...@@ -940,7 +940,7 @@ void __init tcp_tasklet_init(void)
* We cant xmit new skbs from this context, as we might already * We cant xmit new skbs from this context, as we might already
* hold qdisc lock. * hold qdisc lock.
*/ */
void tcp_wfree(struct sk_buff *skb) static void tcp_wfree(struct sk_buff *skb)
{ {
struct sock *sk = skb->sk; struct sock *sk = skb->sk;
struct tcp_sock *tp = tcp_sk(sk); struct tcp_sock *tp = tcp_sk(sk);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册