From patchwork Mon Jul 1 18:25:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 55808 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 53A061BA00; Mon, 1 Jul 2019 20:26:11 +0200 (CEST) Received: from mail-pl1-f194.google.com (mail-pl1-f194.google.com [209.85.214.194]) by dpdk.org (Postfix) with ESMTP id 8634F1B9AD for ; Mon, 1 Jul 2019 20:25:57 +0200 (CEST) Received: by mail-pl1-f194.google.com with SMTP id c14so7783139plo.0 for ; Mon, 01 Jul 2019 11:25:57 -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=IE/EzHyPOo5wchyo4RjlgI2motw0K4tZ1TJDikWZ6BI=; b=AxBqPlJp0TpnOvc10JTwcbpMOmr+KmvQRz6U2NXI8QfEWFHfCLbUPvsZdXle2ra+WO wlOlPb8awQgxa6JUkI244D5a4HJVOuklUjKJN/xcAc66ZH5y+cXPLkbHuJQWrUJjp4qU pmU/Ekz+YAwVIx5acy/havNnXJIzryMRUYwjQU/RX6J6J4BbNKzcf2FGuSp+sPuct9sx xF44sJ9TNpdJ5dZ0ie4bXF1GJ/14LwNGJTFnlmJcqGG/WxlIiStoXrwO2fHUN6nv9wE6 4p5lnJ2bY/qQk74yDrlQ3/8inAp40M11YaBNyMXrKsfSO3nBoeo7cWyBCTjrPL4yxQSb snBg== 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=IE/EzHyPOo5wchyo4RjlgI2motw0K4tZ1TJDikWZ6BI=; b=WOG0O76WnNAkDh7fyH/922vndzLp9gbAnyDDDrCqMOWCnyYPicDe9p3hZs+ZU1thZH tw1ayGHACYg6VJU/4WT0NUj1DCsPBBnc0lXSEqFi6rsvLkmWJ7nxcRHeCjJ6b1fPEVhA RSMBpUuUjmghi91bGOvFnaJkXCy/SuaDYG9fPlp3U6suwgIA6RWdRlhTE7mhEHqzXL8M W+lra8QSDXehIlrWFnnVUURdMmOiECLX896UTsGKSuUJKL9h84YDqJxqLh4z+anFMkkA dWFu40K8dlMDW48XDHLG4YwYqO3vOflXEb/VzKrwCWecefhizeUzQqIA4o0ymnK4kUBX UujQ== X-Gm-Message-State: APjAAAUYraHIWubMmwmHU50XQvSYJNW0ihoEJSyZPmlgWv4wnv3aHdr0 ehQEr7VJF8vPUcCvSJisJXZIcAh0ytQ= X-Google-Smtp-Source: APXvYqyXJ76P9YXCZ7zlgayrf8v8muyvWAk8ZmNL/r/2VSlA2uCHlek5fq1tRPc0TJ5CecerFNpm+w== X-Received: by 2002:a17:902:8489:: with SMTP id c9mr30881963plo.327.1562005556590; Mon, 01 Jul 2019 11:25:56 -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.55 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 01 Jul 2019 11:25:55 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 1 Jul 2019 11:25:17 -0700 Message-Id: <20190701182536.20110-12-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 11/30] ethdev: fix spelling error 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" Spelling errors found by codespell. Signed-off-by: Stephen Hemminger --- lib/librte_ethdev/rte_ethdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ethdev/rte_ethdev.c b/lib/librte_ethdev/rte_ethdev.c index 31f02ec2ba3b..281bba2e2a17 100644 --- a/lib/librte_ethdev/rte_ethdev.c +++ b/lib/librte_ethdev/rte_ethdev.c @@ -3903,7 +3903,7 @@ rte_eth_add_first_rx_callback(uint16_t port_id, uint16_t queue_id, cb->param = user_param; rte_spinlock_lock(&rte_eth_rx_cb_lock); - /* Add the callbacks at fisrt position*/ + /* Add the callbacks at first position*/ cb->next = rte_eth_devices[port_id].post_rx_burst_cbs[queue_id]; rte_smp_wmb(); rte_eth_devices[port_id].post_rx_burst_cbs[queue_id] = cb;