From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 67DAAA04DB; Fri, 16 Oct 2020 02:27:15 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0FE6A1DA22; Fri, 16 Oct 2020 02:27:13 +0200 (CEST) Received: from mail-pf1-f171.google.com (mail-pf1-f171.google.com [209.85.210.171]) by dpdk.org (Postfix) with ESMTP id DF0091D93A for ; Fri, 16 Oct 2020 02:27:11 +0200 (CEST) Received: by mail-pf1-f171.google.com with SMTP id k8so444568pfk.2 for ; Thu, 15 Oct 2020 17:27:11 -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:mime-version :content-transfer-encoding; bh=QNB8kLSSbjKYKh7HdkU8xCl4wJ7ArEW+GPa4LwvrFKU=; b=eD+pcLUm9Otuv1v6G2rRKd4M7QIODjuPDDL+Jxmh544+VDwAnB7TxkyjNuYs48dFIt iahwWRxaDObAUic4JIk/2nYNMwbVDlOKKfMOM0iUXEsOb/hJGoApYL0WaGFEy3J1iLCo 67udXSfi21IRNOqKwd/owV57L0MxK1PPpQRJjJWP+5hnrXo9OHm42EnyjtdUB9Y+Bt1N G0GTti42MBrflYvwYeKrG5wbjfncRxhvo+a1z8bBn8u6Prg6ch+3Bf4J9q6KgqU5ASyP 8gXEYv87aC3XtqYRqhBFIVbOq2xdAX4TYGpoOAq7HHZ1tuIeTy6/csEKvtS9++hCMLMK dDnA== 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:mime-version :content-transfer-encoding; bh=QNB8kLSSbjKYKh7HdkU8xCl4wJ7ArEW+GPa4LwvrFKU=; b=pLqpH5WBseO5NWLFAYzfXevRhZKKjoaODMm8z+B7XIxRsQTVK7ZZ0chb2jXpD0J7Mk zUOq+3GKS4gYn4aqjkIA/Z/OKvDHkLcj1MVNmH8QLNpvO9PTsWqlXcJ+RUG0HSqVB0Ln qkG6qlFDvClKW7cMydndPAnxF5+JceZjob6rQX8Dxv2wzpudcE9ykHye4Kt7qpxoGEw8 4zeJkTKXCyjSFl+W2sygQC55Pqts1evEpmKyvOCBhHX2DhshUjplJPrdgbgt9FYkwBQV m6E1iiCjOl+yqtf7mMM3Mn7zXBueffwuGcy2GoDgq8IGV2wLqu/eWdBhE/OK1s17n5my 0Zzw== X-Gm-Message-State: AOAM532oKWsXdE/OeFbv+o1DydyoDgDt03fETL9tIRkeTvf7lNTabuhh 9exO9Kdb1Fta07xlknlS3UiLPUzpolwAaw== X-Google-Smtp-Source: ABdhPJww3nWrdEidg3nNTj04zhGGQmjQdTytLOQZsj/Kpzt0+zPYReyHCP4/dQmbym8huQH0jil0iQ== X-Received: by 2002:a63:a51d:: with SMTP id n29mr885271pgf.249.1602808029343; Thu, 15 Oct 2020 17:27:09 -0700 (PDT) Received: from hermes.corp.microsoft.com (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id y191sm443090pfb.175.2020.10.15.17.27.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Oct 2020 17:27:08 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Thu, 15 Oct 2020 17:26:52 -0700 Message-Id: <20201016002651.12358-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] eal: spelling fixes 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" Fixes spelling in comment and message about thread error. Found while looking at checkpatch complaints about "thead" Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/eal_common_proc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_eal/common/eal_common_proc.c b/lib/librte_eal/common/eal_common_proc.c index 8ba4a29dc4f5..6d1af3c0e756 100644 --- a/lib/librte_eal/common/eal_common_proc.c +++ b/lib/librte_eal/common/eal_common_proc.c @@ -423,7 +423,7 @@ process_async_request(struct pending_request *sr, const struct timespec *now) /* did we timeout? */ timeout = timespec_cmp(¶m->end, now) <= 0; - /* if we received a response, adjust relevant data and copy mesasge. */ + /* if we received a response, adjust relevant data and copy message. */ if (sr->reply_received == 1 && sr->reply) { struct rte_mp_msg *msg, *user_msgs, *tmp; @@ -630,7 +630,7 @@ rte_mp_channel_init(void) if (rte_ctrl_thread_create(&mp_handle_tid, "rte_mp_handle", NULL, mp_handle, NULL) < 0) { - RTE_LOG(ERR, EAL, "failed to create mp thead: %s\n", + RTE_LOG(ERR, EAL, "failed to create mp thread: %s\n", strerror(errno)); close(mp_fd); close(dir_fd); -- 2.27.0