From: Wolfram Sang <w.sang@pengutronix.de>
To: netdev@vger.kernel.org
Cc: Wolfram Sang <w.sang@pengutronix.de>,
"David S. Miller" <davem@davemloft.net>
Subject: [PATCH RESEND] include/netdevice.h: fix nanodoc mismatch
Date: Wed, 7 Oct 2009 15:05:58 +0200 [thread overview]
Message-ID: <1254920758-31875-1-git-send-email-w.sang@pengutronix.de> (raw)
In-Reply-To: <20091007.031047.252761731.davem@davemloft.net>
nanodoc was missing an ndo_-prefix.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: "David S. Miller" <davem@davemloft.net>
---
include/linux/netdevice.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 94958c1..812a5f3 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -557,7 +557,7 @@ struct netdev_queue {
* Callback uses when the transmitter has not made any progress
* for dev->watchdog ticks.
*
- * struct net_device_stats* (*get_stats)(struct net_device *dev);
+ * struct net_device_stats* (*ndo_get_stats)(struct net_device *dev);
* Called when a user wants to get the network device usage
* statistics. If not defined, the counters in dev->stats will
* be used.
--
1.6.3.3
next prev parent reply other threads:[~2009-10-07 13:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-10 11:04 [PATCH] include/netdevice.h: fix nanodoc mismatch Wolfram Sang
2009-08-13 5:16 ` David Miller
2009-10-07 9:18 ` Wolfram Sang
2009-10-07 10:10 ` David Miller
2009-10-07 13:05 ` Wolfram Sang [this message]
2009-10-07 20:53 ` [PATCH RESEND] " 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=1254920758-31875-1-git-send-email-w.sang@pengutronix.de \
--to=w.sang@pengutronix.de \
--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;
as well as URLs for NNTP newsgroup(s).