From: Alexander Kuznetsov <alr.kuznetsov@gmail.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, Alexander Kuznetsov <alr.kuznetsov@gmail.com>
Subject: [PATCH] 8139too: Fix a typo in the function name.
Date: Mon, 19 Apr 2010 23:43:37 +0300 [thread overview]
Message-ID: <1271709817-11169-1-git-send-email-alr.kuznetsov@gmail.com> (raw)
Signed-off-by: Alexander Kuznetsov <alr.kuznetsov@gmail.com>
---
drivers/net/8139too.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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
--
1.6.4.4
next reply other threads:[~2010-04-19 20:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-19 20:43 Alexander Kuznetsov [this message]
2010-04-19 21:17 ` [PATCH] 8139too: Fix a typo in the function name David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1271709817-11169-1-git-send-email-alr.kuznetsov@gmail.com \
--to=alr.kuznetsov@gmail.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox