From patchwork Wed Apr 11 04:32:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: stephen hemminger X-Patchwork-Id: 151730 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 9A557B7063 for ; Wed, 11 Apr 2012 14:33:32 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751249Ab2DKEd0 (ORCPT ); Wed, 11 Apr 2012 00:33:26 -0400 Received: from mail.vyatta.com ([76.74.103.46]:42214 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751118Ab2DKEdH (ORCPT ); Wed, 11 Apr 2012 00:33:07 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.vyatta.com (Postfix) with ESMTP id 8B7821410015; Tue, 10 Apr 2012 21:33:06 -0700 (PDT) X-Virus-Scanned: amavisd-new at tahiti.vyatta.com Received: from mail.vyatta.com ([127.0.0.1]) by localhost (mail.vyatta.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7TnZe6bkYiza; Tue, 10 Apr 2012 21:33:00 -0700 (PDT) Received: from nehalam.linuxnetplumber.net (static-50-53-80-93.bvtn.or.frontiernet.net [50.53.80.93]) by mail.vyatta.com (Postfix) with ESMTPSA id 538F81410002; Tue, 10 Apr 2012 21:33:00 -0700 (PDT) Date: Tue, 10 Apr 2012 21:32:59 -0700 From: Stephen Hemminger To: Ben Hutchings Cc: David Miller , Subject: [PATCH] rtnetlink: fix comments Message-ID: <20120410213259.10009908@nehalam.linuxnetplumber.net> In-Reply-To: <1334009344.7150.268.camel@deadeye> References: <20120409132756.32daeaa6@nehalam.linuxnetplumber.net> <1334009344.7150.268.camel@deadeye> Organization: Vyatta X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Fix spelling and references in rtnetlink. Signed-off-by: Stephen Hemminger --- v2 - fix bogus comment on get_link_af_size and add get_tx_queues -- 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 --- a/include/net/rtnetlink.h 2012-02-27 08:43:02.400935781 -0800 +++ b/include/net/rtnetlink.h 2012-04-10 21:19:01.369508395 -0700 @@ -41,9 +41,11 @@ static inline int rtnl_msg_family(const * @get_size: Function to calculate required room for dumping device * specific netlink attributes * @fill_info: Function to dump device specific netlink attributes - * @get_xstats_size: Function to calculate required room for dumping devic + * @get_xstats_size: Function to calculate required room for dumping device * specific statistics * @fill_xstats: Function to dump device specific statistics + * @get_tx_queues: Function to determine number of transmit queues to create when + * creating a new device. */ struct rtnl_link_ops { struct list_head list; @@ -94,7 +96,7 @@ extern void rtnl_link_unregister(struct * @fill_link_af: Function to fill IFLA_AF_SPEC with address family * specific netlink attributes. * @get_link_af_size: Function to calculate size of address family specific - * netlink attributes exlusive the container attribute. + * netlink attributes. * @validate_link_af: Validate a IFLA_AF_SPEC attribute, must check attr * for invalid configuration settings. * @set_link_af: Function to parse a IFLA_AF_SPEC attribute and modify