From patchwork Tue Jul 26 16:30:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 114226 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 A3391A00C4; Tue, 26 Jul 2022 18:30:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D92714282B; Tue, 26 Jul 2022 18:30:28 +0200 (CEST) Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mails.dpdk.org (Postfix) with ESMTP id EA49942685 for ; Tue, 26 Jul 2022 18:30:27 +0200 (CEST) Received: by mail-pf1-f180.google.com with SMTP id e16so13661085pfm.11 for ; Tue, 26 Jul 2022 09:30:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=eFWYTDYv0Y12xmVUzi4jSyFFSME3lHHVSWivfDUJFEo=; b=Lo28baABzEK8dhuD9wAMK42iY2tPkTlOiXtX+CUL6IUOr9I5OWQ9GcD+zj7mNhotGC 56nQ1SQLQ4Or9+BcwRD+8L7E4eL5D9RUFiFJnIurIViAS79/lfKE9l1xLZT5zxdX4Q1z eLD8B4Xd7CV7tUcYTvwZSETCJdz05l6KXHzoZ7NkK6m8UPz57HAF7dhjkEw/l+dquhfn f2ZWtVhZsc/Ri/1hQ4+LnTIjawLvUYn4oxHcgyA5dWN8Z4S6kKCn8bv7j++inEYFIJLg S4UNvKTUR5jIxwOfwUbQlE/1pjNmWA3DYteelu/WpeAXxpcOsWFToGwXHat4SKnlaS55 Upgw== 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=eFWYTDYv0Y12xmVUzi4jSyFFSME3lHHVSWivfDUJFEo=; b=d9wKU35Nbl36/W+CGcmSyxB3BSU5Fh2ckKyn2isitBTc5K91lMJRdu4tsgjGPHTFHN MsIFVGcKbiVGzsLIackx1jJS+BqZcDRrniicANYH7Q12T2zCzZDk/9E5fWd95+0Wsz1B aCUMnNqw6f16P4Lq3/l9IkMOHCWnK6JQ0IJh30oqtsh4ARQ1PNWuWJdANyXZCilJPsDB 4pd63NuXOepxJff8ZqY6f8RELEEnyoaJw4y3mQsF9hWK7UJ27SiQSzDPB3dgVYa6dsMb Ar/2E0CJ+oSF+jhbVGnQAgBIVVz1HYY1vR2YpMj32qVUOR9s5b8PlTOq9RQMfp1upFRu 18Vw== X-Gm-Message-State: AJIora8WNKl1kWoLZqbHG3yOcuS6j77E7i2CfLEVud6ZjrttDPegFbkC qnsgAH/BS0HGsg21Z3ZX7/F+duweOk6Gdg== X-Google-Smtp-Source: AGRyM1soz4yH5EVxCkwi2SkUg7/WstCQdbnIEtGj9TsClpjDat4cl5/lvsLxGRXymNjDdYJu1cB/QA== X-Received: by 2002:a63:c158:0:b0:41a:6685:59de with SMTP id p24-20020a63c158000000b0041a668559demr15792775pgi.95.1658853026625; Tue, 26 Jul 2022 09:30:26 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id y190-20020a6232c7000000b0051bbe085f16sm11844155pfy.104.2022.07.26.09.30.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 26 Jul 2022 09:30:26 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Andrew Rybchenko , Cristian Dumitrescu , David Hunt Subject: [PATCH v3 02/20] remove repeated word 'to' Date: Tue, 26 Jul 2022 09:30:02 -0700 Message-Id: <20220726163020.15679-3-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220726163020.15679-1-stephen@networkplumber.org> References: <20220722214106.162640-1-stephen@networkplumber.org> <20220726163020.15679-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 --- app/test/test_resource.c | 2 +- drivers/common/sfc_efx/base/siena_nvram.c | 2 +- lib/pipeline/rte_swx_ctl.c | 2 +- lib/power/guest_channel.c | 2 +- 4 files changed, 4 insertions(+), 4 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/drivers/common/sfc_efx/base/siena_nvram.c b/drivers/common/sfc_efx/base/siena_nvram.c index 05ca4bd83dc9..ebcd3487b631 100644 --- a/drivers/common/sfc_efx/base/siena_nvram.c +++ b/drivers/common/sfc_efx/base/siena_nvram.c @@ -532,7 +532,7 @@ siena_nvram_partn_get_version( : MC_CMD_NVRAM_TYPE_DYNAMIC_CFG_PORT1; /* * Ingore missing partitions on port 2, assuming they're due - * to to running on a single port part. + * to running on a single port part. */ if ((1 << dcfg_partn) & ~enp->en_u.siena.enu_partn_mask) { if (entry->port == 2) diff --git a/lib/pipeline/rte_swx_ctl.c b/lib/pipeline/rte_swx_ctl.c index 710e89a46a26..9b7bf5e0fb01 100644 --- a/lib/pipeline/rte_swx_ctl.c +++ b/lib/pipeline/rte_swx_ctl.c @@ -1582,7 +1582,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; }