From patchwork Mon Jul 1 18:25:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 55802 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 085151B9BD; Mon, 1 Jul 2019 20:25:59 +0200 (CEST) Received: from mail-pf1-f170.google.com (mail-pf1-f170.google.com [209.85.210.170]) by dpdk.org (Postfix) with ESMTP id 23CD81B993 for ; Mon, 1 Jul 2019 20:25:50 +0200 (CEST) Received: by mail-pf1-f170.google.com with SMTP id t16so6956773pfe.11 for ; Mon, 01 Jul 2019 11:25:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=SaKua4IfuumDnK1uaE9q9RQZ/7ZDrk+2b1Cxrhw8Wrk=; b=HzvyOGz1ugXecKtZJ/L5t5xW/fGjFK9t2IerK2YY8Tjf/DpBSsSJ8hL1i1s6nIad9T nhMBcNqkzjVORHA3Qt7tdSCZAkVMSg3wLZmcSbzCT0Uhw83k+ZyWt2m00YRBPAAQR8P1 dC1pTgQ5aMV+4zI1EStlGfU0N0yRQ07afWjBib792VU+41kgyL/17aGpZC6stgUHntGG VRpyPb5NFkqNdIW7WgFA1g3JbqM5DMFAkdmePGGcHDl5I3ymG5M7tfydE4XqKfgjYzbL dwSV0q6CLO875cOuDBen09TLILA5A/mXkOX0jEWGat1gWOCV8HXYEYNkSPWoK085GDun 0SGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=SaKua4IfuumDnK1uaE9q9RQZ/7ZDrk+2b1Cxrhw8Wrk=; b=XJUdaVI0vh78tOf9cN8o6H5UYnSXaIhl7sd2+cx+uSJpFvBlmAJv6YmVsVjc5kJeMU fyedqnytJp9Rn/aG9vlHR/S6FVMhjrI29BB7IvLInLvbdC1ZnRyNurVN4xdNBRLn3rsi LcI9pBIZQF67MohoAN+KB5+3rIEPJcse65G+qdPc7Mz5eiAwoagjNVfcGimN6aMLpc+q X1ozLY/R13PiHu14lh998GQHuFRgyLogOTgJozk4pJ9iGHTapsAVwJvKM/xN4jQzuyM5 fMeBEpy2guAlzEPEYJ0u1wxYdcpI4DBIyGlEsZKABBl3bkDhJQII2PO7lElJIeCle2zt DBHQ== X-Gm-Message-State: APjAAAWlcFlBFEAcIh9v5GNngxROVjmIK0WMiZiIRFMTBmH0vMMiAFIY sZwmS/xUeojWOz+IhEe4ZHO7/ioK7gE= X-Google-Smtp-Source: APXvYqzS4aSvjGThvPZql4o9p9JHtt73EvFDtxFmVtqaz4nPK7zn/5q1DAOPHgSOHr9M9gzr0UioGQ== X-Received: by 2002:a63:5945:: with SMTP id j5mr3392032pgm.452.1562005548864; Mon, 01 Jul 2019 11:25:48 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 12sm11397340pfi.60.2019.07.01.11.25.48 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 01 Jul 2019 11:25:48 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 1 Jul 2019 11:25:11 -0700 Message-Id: <20190701182536.20110-6-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190701182536.20110-1-stephen@networkplumber.org> References: <20190701182536.20110-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 05/30] bpf: fix spelling errors X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Minor typo's found by codespell. Signed-off-by: Stephen Hemminger --- lib/librte_bpf/bpf_jit_x86.c | 2 +- lib/librte_bpf/bpf_validate.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_bpf/bpf_jit_x86.c b/lib/librte_bpf/bpf_jit_x86.c index f70cd6be5180..885e8d5c2b97 100644 --- a/lib/librte_bpf/bpf_jit_x86.c +++ b/lib/librte_bpf/bpf_jit_x86.c @@ -1074,7 +1074,7 @@ emit_epilog(struct bpf_jit_state *st) uint32_t i; int32_t spil, ofs; - /* if we allready have an epilog generate a jump to it */ + /* if we already have an epilog generate a jump to it */ if (st->exit.num++ != 0) { emit_abs_jmp(st, st->exit.off); return; diff --git a/lib/librte_bpf/bpf_validate.c b/lib/librte_bpf/bpf_validate.c index d0e683b5b21f..17a76137818b 100644 --- a/lib/librte_bpf/bpf_validate.c +++ b/lib/librte_bpf/bpf_validate.c @@ -1901,7 +1901,7 @@ validate(struct bpf_verifier *bvf) /* * construct CFG, jcc nodes have to outgoing edges, - * 'exit' nodes - none, all others nodes have exaclty one + * 'exit' nodes - none, all others nodes have exactly one * outgoing edge. */ switch (ins->code) {