From owner-svn-src-head@FreeBSD.ORG Fri Jul 18 16:25:35 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9174E76A; Fri, 18 Jul 2014 16:25:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E93F257A; Fri, 18 Jul 2014 16:25:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6IGPZTx054560; Fri, 18 Jul 2014 16:25:35 GMT (envelope-from hiren@svn.freebsd.org) Received: (from hiren@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6IGPZB2054559; Fri, 18 Jul 2014 16:25:35 GMT (envelope-from hiren@svn.freebsd.org) Message-Id: <201407181625.s6IGPZB2054559@svn.freebsd.org> From: Hiren Panchasara Date: Fri, 18 Jul 2014 16:25:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268847 - head/sys/dev/e1000 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 16:25:35 -0000 Author: hiren Date: Fri Jul 18 16:25:35 2014 New Revision: 268847 URL: http://svnweb.freebsd.org/changeset/base/268847 Log: The description is a bit misleading. Trying to make it more obvious. Phabric: https://phabric.freebsd.org/D435 Reviewed by: gnn Modified: head/sys/dev/e1000/if_igb.c Modified: head/sys/dev/e1000/if_igb.c ============================================================================== --- head/sys/dev/e1000/if_igb.c Fri Jul 18 16:21:15 2014 (r268846) +++ head/sys/dev/e1000/if_igb.c Fri Jul 18 16:25:35 2014 (r268847) @@ -5853,7 +5853,7 @@ igb_add_hw_stats(struct adapter *adapter "Transmit Descriptor Tail"); SYSCTL_ADD_QUAD(ctx, queue_list, OID_AUTO, "no_desc_avail", CTLFLAG_RD, &txr->no_desc_avail, - "Queue No Descriptor Available"); + "Queue Descriptors Unavailable"); SYSCTL_ADD_UQUAD(ctx, queue_list, OID_AUTO, "tx_packets", CTLFLAG_RD, &txr->total_packets, "Queue Packets Transmitted");