From patchwork Sat Jan 31 20:52:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 2866 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 66EFA5AA8; Sat, 31 Jan 2015 21:52:49 +0100 (CET) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id A284A5AA6 for ; Sat, 31 Jan 2015 21:52:21 +0100 (CET) Received: by mail-wi0-f172.google.com with SMTP id h11so9481264wiw.5 for ; Sat, 31 Jan 2015 12:52:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=vnD2nLjEP7cEc46dYQmRtjQUcS2chvCEjvN7BoX3UB0=; b=Q381ASW7yyUCEIvI/ohBwvnWz39UQfEHvVgc0XCscyprll3f8Ud4Bc1rMHMtqK6anV 5+B89PJmqNgDuSdwdOyFQ8DOcCP2xrDrTm4j/99tT90OmYAn36tHzeWf4j3Lgt18LQ23 Z1ds0V8AR7+4wp+FEhxG6Hgtn0iUCR9qDlLnpZYEUaaQdJeVybQhklXjpotaZdrv20RC +d08X4o2ysKbuufY96+FAyJEri5tYAfuPFkm9YN3h0TrMdz+aE22qkDMGiTapB5Zo0SX gRTb9jAe6cMxxHeR1nP3tc57hnwchSCqa2HPlrllg7CbTY3lZ4449UHS8FkVseNKUNFn dK2A== X-Gm-Message-State: ALoCoQn717mg4D7FymWh9Dzq7JYGZ6lP+lVU7B9UbGI5Ys1tF2tXb901bUEHie1f9yD4E+O+mEFY X-Received: by 10.194.87.100 with SMTP id w4mr27078690wjz.65.1422737541567; Sat, 31 Jan 2015 12:52:21 -0800 (PST) Received: from uryu.home.lan ([212.76.224.242]) by mx.google.com with ESMTPSA id cf12sm20656837wjb.10.2015.01.31.12.52.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 31 Jan 2015 12:52:20 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Date: Sat, 31 Jan 2015 20:52:02 +0000 Message-Id: <1422737522-16481-10-git-send-email-stephen@networkplumber.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1422737522-16481-1-git-send-email-stephen@networkplumber.org> References: <1422737522-16481-1-git-send-email-stephen@networkplumber.org> Cc: Stephen Hemminger Subject: [dpdk-dev] [PATCH 10/10] ixgbe: spelling fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" From: Stephen Hemminger Signed-off-by: Stephen Hemminger --- This file comes from common code and probably has to be fixed upstream. --- lib/librte_pmd_ixgbe/ixgbe/ixgbe_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_pmd_ixgbe/ixgbe/ixgbe_type.h b/lib/librte_pmd_ixgbe/ixgbe/ixgbe_type.h index c67d462..8aa956e 100644 --- a/lib/librte_pmd_ixgbe/ixgbe/ixgbe_type.h +++ b/lib/librte_pmd_ixgbe/ixgbe/ixgbe_type.h @@ -46,7 +46,7 @@ POSSIBILITY OF SUCH DAMAGE. * * - IXGBE_ERROR_POLLING * This category is for errors related to polling/timeout issues and should be - * used in any case where the timeout occured, or a failure to obtain a lock, or + * used in any case where the timeout occurred, or a failure to obtain a lock, or * failure to receive data within the time limit. * * - IXGBE_ERROR_CAUTION @@ -1911,7 +1911,7 @@ enum { #define IXGBE_MACC_FS 0x00040000 #define IXGBE_MAC_RX2TX_LPBK 0x00000002 -/* Veto Bit definiton */ +/* Veto Bit definition */ #define IXGBE_MMNGC_MNG_VETO 0x00000001 /* LINKS Bit Masks */