From patchwork Mon Sep 13 16:10:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 98755 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D1CD9A0C45; Mon, 13 Sep 2021 18:10:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0D5E9410F8; Mon, 13 Sep 2021 18:10:36 +0200 (CEST) Received: from mail-pj1-f53.google.com (mail-pj1-f53.google.com [209.85.216.53]) by mails.dpdk.org (Postfix) with ESMTP id D3CB5410E8 for ; Mon, 13 Sep 2021 18:10:32 +0200 (CEST) Received: by mail-pj1-f53.google.com with SMTP id dw14so5787183pjb.1 for ; Mon, 13 Sep 2021 09:10:32 -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=Y25iWHqn41cma0pni3agsyZA7pW28pv1+XV5OeogKUo=; b=QBfFNHsHPMH0+o9yBzhTx+D0TzrzHw5jGPVYUKtbmaPA6Ojzscu4DX29bNO8BahZHe /sgU8nGtzToJXV4ll1xW+QrlhFgIr+StvT7r53Meb0JNT0INR+CrMcBUeh7b0PRRN4BW Ht3U3wmaUeb5NRlGDeXiaUSjamX/P5qpHeEhNMBARQ+pcFl3H/kNTDdNGjrwewmtEs4z WgqKyy/vSNqVZs9+1QvUbIVcB/6+IAB/+ThKK5GyDPuGitT8ZSMErniX9DsXzlwDe0wz v3kR2pZ/M2Jz24Hl8zSZQCmuyg+WmbZ8tE+iJoWMfqH54PZR2Sti5kb/8Yw49MWCN+Oe /mUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Y25iWHqn41cma0pni3agsyZA7pW28pv1+XV5OeogKUo=; b=ZMTTZ1nah8IZR2MTHGIcaV/jkplZO3ChDXlJtvRvtUxvzYp3hL0aGpz14SarcdtJHK mRViw1GREwtXpnKaL76D8lyC8aesvu82Eq/F+Elv9nZoqi8PcqarSdMWq2yNV+ywSBMD xvsil02hj58kbJYwIRwJA+ASyegQnw/ZkC25BTi85+0q4IUdbb6jRH5gNOuwLdcac+MV xv5RBYF4SXCA/8zcG8yyQxduWN1Q3IjM5wLC4L+PoDCW31Ck77uw7FcR0IRsqWKVzj0U Z2DflLcNAN9EM3CPTPNv5xg2mOoPRiWFJcQlWMWXy+uPra0pdTN580k8pC0j+WKbUrBh JrWQ== X-Gm-Message-State: AOAM5322SD1tI9ph42Vs++LhemYP6Uvmr+EQTZCxNCb7odE41v63p07/ ZyY30lrpcGJi2o+dOKAZBDwWIa7UWdcSzQ== X-Google-Smtp-Source: ABdhPJw5g83D9H1g5OsUl7RHdo8oD5Jmh+kmF0JFVFsj5hh2B9LDZDChxOfx6APK8ps8NAgSzYp3Zw== X-Received: by 2002:a17:902:e153:b0:13b:63ba:7292 with SMTP id d19-20020a170902e15300b0013b63ba7292mr11061950pla.17.1631549431624; Mon, 13 Sep 2021 09:10:31 -0700 (PDT) Received: from hermes.local (204-195-33-123.wavecable.com. [204.195.33.123]) by smtp.gmail.com with ESMTPSA id i5sm7070851pjk.47.2021.09.13.09.10.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Sep 2021 09:10:30 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 13 Sep 2021 09:10:10 -0700 Message-Id: <20210913161025.10490-4-stephen@networkplumber.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210913161025.10490-1-stephen@networkplumber.org> References: <20210909175648.174258-1-stephen@networkplumber.org> <20210913161025.10490-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH v2 03/18] eventdev: fix typo in comment X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" Typo in comment found by codespell Signed-off-by: Stephen Hemminger --- lib/eventdev/rte_event_timer_adapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/eventdev/rte_event_timer_adapter.c b/lib/eventdev/rte_event_timer_adapter.c index ee20b39f4b24..b5c2dc1427c6 100644 --- a/lib/eventdev/rte_event_timer_adapter.c +++ b/lib/eventdev/rte_event_timer_adapter.c @@ -493,7 +493,7 @@ event_buffer_flush(struct event_buffer *bufp, uint8_t dev_id, uint8_t port_id, RTE_ASSERT(head_idx < EVENT_BUFFER_SZ && tail_idx < EVENT_BUFFER_SZ); - /* 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)