diff mbox

8139too: Fix a typo in the function name.

Message ID 1271709817-11169-1-git-send-email-alr.kuznetsov@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Alexander Kuznetsov April 19, 2010, 8:43 p.m. UTC
Signed-off-by: Alexander Kuznetsov <alr.kuznetsov@gmail.com>
---
 drivers/net/8139too.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

David Miller April 19, 2010, 9:17 p.m. UTC | #1
From: Alexander Kuznetsov <alr.kuznetsov@gmail.com>
Date: Mon, 19 Apr 2010 23:43:37 +0300

> Signed-off-by: Alexander Kuznetsov <alr.kuznetsov@gmail.com>

Applied, thank you.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/net/8139too.c b/drivers/net/8139too.c
index a03d291..f0d23de 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