From: Alexander Kuznetsov Date: Mon, 19 Apr 2010 21:17:43 +0000 (-0700) Subject: 8139too: Fix a typo in the function name. X-Git-Tag: v2.6.34-rc6~33^2~19 X-Git-Url: https://bbs.cooldavid.org/git/?a=commitdiff_plain;h=ef9e83c1ab2981769f16e626179dd56895041b38;p=net-next-2.6.git 8139too: Fix a typo in the function name. Signed-off-by: Alexander Kuznetsov Signed-off-by: David S. Miller --- diff --git a/drivers/net/8139too.c b/drivers/net/8139too.c index a03d291de85..f0d23de3296 100644 --- a/drivers/net/8139too.c +++ b/drivers/net/8139too.c @@ -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