From patchwork Wed Feb 22 16:25:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 124382 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 A66F541D40; Wed, 22 Feb 2023 17:25:55 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DA3814303F; Wed, 22 Feb 2023 17:25:49 +0100 (CET) Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by mails.dpdk.org (Postfix) with ESMTP id C287143021 for ; Wed, 22 Feb 2023 17:25:46 +0100 (CET) Received: by mail-pj1-f54.google.com with SMTP id g14so9578119pjb.2 for ; Wed, 22 Feb 2023 08:25:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=uGo1RhGtvzwjnu+hr5I43PHIEE7F4GWdUQdL8x8lo7Y=; b=kSCxOZcrXJyIfD56W6InoYlFRZklUyoSU9/Tbta3c+MCIN4hSSv3nm/Y3E3I9IrCnd joTQZT4W8FYpxZj+x/VQWZEdREN72DWFPB2qlG1OrgH3BJNoGpNrbfSIWse54DM0FHNb dv41K+RCbgo+vQcNFdKVD57zT2U3VqMlkJ0O34Hp8YHFHAbdLeOwpF3pFE1TyF3QHqJk B/BNBbJV+eD4+focrzqDuPLIgPMkuUmiMsFyYq/hJGQ0KF3gxvuDyHIrPS8jLsed3SvB xawB27hJDjJ+VOdJoY3U0zbdM/OOVvCouhSdmswYXF4LHC/WsH3HKoXhmCYDyrg3tGdV RRaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=uGo1RhGtvzwjnu+hr5I43PHIEE7F4GWdUQdL8x8lo7Y=; b=WFv45TvC55VJXZ87MsABgiMH4OTHi7sbp1ZtI1DGDX08DnIMJhicI6KOcL76gn3eS5 WBkjmiKm2MN+A01eUjbfwtpsjXBFOB9vSmQhae3V8nFmNqIj5P4xsCjz41vdx4cienSo V1vl7ctJjM3zJfEm+ra2chRQUKpUU7I9nc9vvQVKMiNwZn0ZpzShPtGDBhUyvwmEy99T mgTPp3LZrKPpM6TZlpJAf6xqiAskur+n6Km6Fqj89MPe5V9JJsS/Fa6mN6wycpMdJhCb RYqo1jUmscI7zkuNwuxhVoYJeExWlmntnPkU0bUzgmSVB18TEcGVrHnGMRyd7dWb2aUo +jeA== X-Gm-Message-State: AO0yUKWVVTssFx7OEg+A+bxKMU3UEJBCG2/0y1aVM31bRQewe/Fy1JeJ fna38nyMBVns7irtokD2Sgw74XyA2OaVC48LI3Q= X-Google-Smtp-Source: AK7set8Bm2+/DKKKy3e9bOpDiRJf8jky3j/bbB1JY7TkJBR6vFbUuOAISVNXd/EDM/fQjPOG6U3LXQ== X-Received: by 2002:a17:902:d489:b0:19a:68b2:5458 with SMTP id c9-20020a170902d48900b0019a68b25458mr13765572plg.63.1677083145672; Wed, 22 Feb 2023 08:25:45 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id p5-20020a170902a40500b0019adfb96084sm1510781plq.36.2023.02.22.08.25.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Feb 2023 08:25:45 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Cristian Dumitrescu , David Hunt Subject: [PATCH v4 02/19] remove repeated word 'to' Date: Wed, 22 Feb 2023 08:25:22 -0800 Message-Id: <20230222162539.127103-3-stephen@networkplumber.org> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230222162539.127103-1-stephen@networkplumber.org> References: <0220722214106.162640-1-stephen@networkplumber.org> <20230222162539.127103-1-stephen@networkplumber.org> MIME-Version: 1.0 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 Found by doing duplicate word scan. Signed-off-by: Stephen Hemminger Acked-by: Cristian Dumitrescu Acked-by: David Hunt --- app/test/test_resource.c | 2 +- lib/pipeline/rte_swx_ctl.c | 2 +- lib/power/guest_channel.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/test/test_resource.c b/app/test/test_resource.c index 8f41e3babdc5..05c27db203cc 100644 --- a/app/test/test_resource.c +++ b/app/test/test_resource.c @@ -45,7 +45,7 @@ static int test_resource_c(void) r->name); TEST_ASSERT_SUCCESS(resource_fwrite_file(r, "test_resource.c"), - "Failed to to write file %s", r->name); + "Failed to write file %s", r->name); f = fopen("test_resource.c", "r"); TEST_ASSERT_NOT_NULL(f, diff --git a/lib/pipeline/rte_swx_ctl.c b/lib/pipeline/rte_swx_ctl.c index f7f49d7cebad..857770d297a4 100644 --- a/lib/pipeline/rte_swx_ctl.c +++ b/lib/pipeline/rte_swx_ctl.c @@ -1683,7 +1683,7 @@ rte_swx_ctl_pipeline_table_entry_delete(struct rte_swx_ctl_pipeline *ctl, CHECK(!table_entry_check(ctl, table_id, entry, 1, 0), EINVAL); /* The entry is found in the table->entries list: - * - Move the existing entry from the table->entries list to to the + * - Move the existing entry from the table->entries list to the * table->pending_delete list. */ existing_entry = table_entries_find(table, entry); diff --git a/lib/power/guest_channel.c b/lib/power/guest_channel.c index 969a9e5aaa06..7b2ae0b6506f 100644 --- a/lib/power/guest_channel.c +++ b/lib/power/guest_channel.c @@ -74,7 +74,7 @@ guest_channel_host_connect(const char *path, unsigned int lcore_id) fd_path, lcore_id); fd = open(fd_path, O_RDWR); if (fd < 0) { - RTE_LOG(ERR, GUEST_CHANNEL, "Unable to to connect to '%s' with error " + RTE_LOG(ERR, GUEST_CHANNEL, "Unable to connect to '%s' with error " "%s\n", fd_path, strerror(errno)); return -1; }