From patchwork Mon Jul 1 18:25:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 55807 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 0C1141B9F8; Mon, 1 Jul 2019 20:26:09 +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 9F4261B9AD for ; Mon, 1 Jul 2019 20:25:56 +0200 (CEST) Received: by mail-pl1-f194.google.com with SMTP id bi6so7758301plb.12 for ; Mon, 01 Jul 2019 11:25:56 -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=Guzoy7vBsD/678pRMHqJzNNXWLYD4OWUuw9nS1mt2CI=; b=nH6U0wDUzp0KF4jm+PvsgGvd2v+IyVilrbBuQGExk6Zwe7A8aArQLNa72R/svlBnOx OyRHDNAuvQxf2TrSscSi/LMcnjIF0JmqeAcrXTPTc+FY+8nOBu532PN+6BDKB/hp1wcA J2vZ9spyNiBeYYxlPih6mW/C04qXZlGh8rRbIOWCgzaz5UWv7ErDBGIIFmeOfmlE3MUI NqW9U+crmFMifX0MdKGD/L7ZwZB8RkLy2eVTxybgBJy4lkkUgbvWdiQFbZCaVIgfaewi kSWBGGwBugxuKCtuWqr2RUxol9Kdwt1HhaVzP2UA7M/cZTHgNbeeVE0E+mzcbt+uK+r1 Sbig== 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=Guzoy7vBsD/678pRMHqJzNNXWLYD4OWUuw9nS1mt2CI=; b=NO9p7sJkz6SOJnNUNpLxu081qvDQmrCrWffJ4WeA/bUHQN22KBMyLZJDdMlhd2T93H 5VyCfWHfwrn2aJ6Cs2Dehe5GCIBlBUDwA556VmveO5n/vxtOqJLassNnB8myWXgeB2m8 OaDOMuJ1qnAwatCqh2TwlfPK01UY4mxF4nK7CN6WsUDnkD0QVpG4sRfWhmt+8o76boW1 MWIXh0UsQL+3B1P4MUT2AOdMvDwGa+7Vn8mWHmVZ3iHTCAywSJ1DrRCezZuFAZrxwZsq HWzomwgqKGFK6ScokVl6ciLTGAw0ITCro+376H+YWVNDppqrKcF6InnpPLJIg2+L+ed0 Ybwg== X-Gm-Message-State: APjAAAVPZdHdqZVMv/whAC9hHbUnZvohwj2B/jESa4N6iP/0c10odxUf LK0yo/PNKHziNARebTfqArbQG48i1Q8= X-Google-Smtp-Source: APXvYqw45q3zpuX5QfVRu+rPBDmsQWnnlEokh2b1MIqhVFrYO2zZI61Aw0SHDXKvAzNQzc4nszta0g== X-Received: by 2002:a17:902:e65:: with SMTP id 92mr29192148plw.13.1562005555623; Mon, 01 Jul 2019 11:25:55 -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.54 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 01 Jul 2019 11:25:54 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 1 Jul 2019 11:25:16 -0700 Message-Id: <20190701182536.20110-11-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 10/30] eventdev: 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_eventdev/rte_event_timer_adapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_eventdev/rte_event_timer_adapter.c b/lib/librte_eventdev/rte_event_timer_adapter.c index 2f7a760ae4e1..e31fc6af6452 100644 --- a/lib/librte_eventdev/rte_event_timer_adapter.c +++ b/lib/librte_eventdev/rte_event_timer_adapter.c @@ -484,7 +484,7 @@ event_buffer_flush(struct event_buffer *bufp, uint8_t dev_id, uint8_t port_id, head_idx = bufp->head & EVENT_BUFFER_MASK; tail_idx = bufp->tail & EVENT_BUFFER_MASK; - /* Determine the largest contigous run we can attempt to enqueue to the + /* Determine the largest contiguous run we can attempt to enqueue to the * event device. */ if (head_idx > tail_idx)