提交 64d683c5 编写于 作者: D David S. Miller

bonding: Fixup get_tx_queue() op second arg type.

I missed this when fixing up the warning in the previous commit.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 be383952
......@@ -4820,7 +4820,7 @@ static int bond_validate(struct nlattr *tb[], struct nlattr *data[])
return 0;
}
static int bond_get_tx_queues(struct net *net, const struct nlattr *tb[])
static int bond_get_tx_queues(struct net *net, struct nlattr *tb[])
{
return tx_queues;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册