From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfram Sang Subject: [PATCH RESEND] include/netdevice.h: fix nanodoc mismatch Date: Wed, 7 Oct 2009 15:05:58 +0200 Message-ID: <1254920758-31875-1-git-send-email-w.sang@pengutronix.de> References: <20091007.031047.252761731.davem@davemloft.net> Cc: Wolfram Sang , "David S. Miller" To: netdev@vger.kernel.org Return-path: Received: from metis.ext.pengutronix.de ([92.198.50.35]:37689 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933040AbZJGNGt (ORCPT ); Wed, 7 Oct 2009 09:06:49 -0400 In-Reply-To: <20091007.031047.252761731.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: nanodoc was missing an ndo_-prefix. Signed-off-by: Wolfram Sang Cc: "David S. Miller" --- 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