From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 17F95A00C4; Tue, 26 Jul 2022 05:35:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DCECE42829; Tue, 26 Jul 2022 05:35:12 +0200 (CEST) Received: from mail-pj1-f46.google.com (mail-pj1-f46.google.com [209.85.216.46]) by mails.dpdk.org (Postfix) with ESMTP id 29A3940695 for ; Tue, 26 Jul 2022 05:35:11 +0200 (CEST) Received: by mail-pj1-f46.google.com with SMTP id o5-20020a17090a3d4500b001ef76490983so12042949pjf.2 for ; Mon, 25 Jul 2022 20:35:11 -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=ZorinebUhwt02SIFSBIkx3YlIh62UXrsXpMjlCXq3I0zq9OmGD5Ih/loy3Ag63c5T0 4nm5O7OfmJoD+Mv0QIMKM5ghCf0FpSzN0cojJ1lsLs09ODTEyvKi8y0iukCV6B8EDpim 40+iYUn+YLP33yGFTN5l66vAY3eBYE7XcXDaPDTxqtO1S65W3C2Fxj5VRYp/pcS0P+7X zg1ubAYQuZPVlTVh0fY98lTkdhZx9Xg7Tq2U9aymcAE4DzzkB5V1jef/N+esMaEp46Yp 8rHEczVrlpUDJ4o4evOYKZYRvxu3hCkE5HVW+v9YruNrkpRjg2+OK77onteL+tCRtF1K GJ6A== 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=f0kzzoke52B9f2OCIaQexcleIPYtLdDaw9NgkwRol4a5RNkFQCTkv5kfJlfzKyLwzO vzg+2Eh9MrzScBh4Jodp1It7FZ+HwNN/zMTp0Olum7TYgfRD4PJY2o7HK4poTWmeHfmS iOcdLTHAFz0Dp+kU9TFQq3ib/JjayumdprPXYVc64dL9FmPPaeobym9tL6miMtmRts3Q E7HFzbTZVr9X/LUxnAVDmrYveK1UN1RneSO7LKFrcsRpms5o+8mvPD1xSTrX/iKl/dNs aEmbCVuhyZ6IsqdZNnLUIvgm4hJor1sR5D88pSXHVTz7K5aqsZOk0OktBmDmOClvx8iI S58A== X-Gm-Message-State: AJIora/T9bItrAXLdWvI3RKkXVxMqyPKQ/oRh5xZHL+2uDSD/lVcNjpm WrS5OWG8NyMPwyYeR4oWocuirOoXQeyBFg== X-Google-Smtp-Source: AGRyM1svqH5qovfbjBNB7Ad4BGvub4fbO9VkbK6/H1GMNX60jGdp+bropc7Y9HhU3Csk4zcldBKXew== X-Received: by 2002:a17:90a:4a04:b0:1f2:583c:3de5 with SMTP id e4-20020a17090a4a0400b001f2583c3de5mr17749015pjh.67.1658806510237; Mon, 25 Jul 2022 20:35:10 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id a199-20020a621ad0000000b0052bead2183asm5674534pfa.159.2022.07.25.20.35.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Jul 2022 20:35:09 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Andrew Rybchenko , Cristian Dumitrescu , David Hunt Subject: [PATCH v2 02/20] remove repeated word 'to' Date: Mon, 25 Jul 2022 20:34:45 -0700 Message-Id: <20220726033503.65407-3-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220726033503.65407-1-stephen@networkplumber.org> References: <20220722214106.162640-1-stephen@networkplumber.org> <20220726033503.65407-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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; } -- 2.35.1