提交 ef9e83c1 编写于 作者: A Alexander Kuznetsov 提交者: David S. Miller

8139too: Fix a typo in the function name.

Signed-off-by: NAlexander Kuznetsov <alr.kuznetsov@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b91ecb00
......@@ -1944,7 +1944,7 @@ static int rtl8139_rx(struct net_device *dev, struct rtl8139_private *tp,
netif_dbg(tp, rx_status, dev, "%s() status %04x, size %04x, cur %04x\n",
__func__, rx_status, rx_size, cur_rx);
#if RTL8139_DEBUG > 2
print_dump_hex(KERN_DEBUG, "Frame contents: ",
print_hex_dump(KERN_DEBUG, "Frame contents: ",
DUMP_PREFIX_OFFSET, 16, 1,
&rx_ring[ring_offset], 70, true);
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册