From patchwork Mon Jul 1 18:25:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 55806 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BFE481B9F1; Mon, 1 Jul 2019 20:26:06 +0200 (CEST) Received: from mail-pf1-f196.google.com (mail-pf1-f196.google.com [209.85.210.196]) by dpdk.org (Postfix) with ESMTP id 85BC61B9AD for ; Mon, 1 Jul 2019 20:25:55 +0200 (CEST) Received: by mail-pf1-f196.google.com with SMTP id 19so6982077pfa.4 for ; Mon, 01 Jul 2019 11:25:55 -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=7/FjiRKV9ne85P7Yp5sHcfvpCHcRClgu0SlrebkTFk0=; b=i7jd6cL0dOrlS6WlLOjE1inbZDBr4WLbjFJOS9KA1H4FsiWkWiZtRFhRuUR3Y7tRJK P9D7G2YdpiS00SHDu8tHFHaepnZ6xHpCBBx0n7repQc4bvty9koDtJJL+bjMBtaQrgFM iMz3cDKU1B+dMx4mMivK9DYEJNHjitXV5eID8smHl/tvFpBE39Ynq1luoPjh0NPhgisH cCb4SASjwTNXHlLfWh1+oG57gUFictuCNBaHPEADp2rcKXz+JnJrsYUOfBjK6hzpOQEw HZ5GN96aquwovCztW7vQKZ67t6xN/r77ktsbgzbGOXi1/JtkQvfdBtCSTpx/EXUF2ELh gtrw== 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=7/FjiRKV9ne85P7Yp5sHcfvpCHcRClgu0SlrebkTFk0=; b=PsjzQr1DikyVu4aZyZ6UOiQ0l64PmzNGpwEfGuDzWMPmKaawgV2nOP5mkRyOujIgio 1mVXJf95JwDEPbsEIFWOWnaQL19CUK1qbjl5UBgCBwf7QhjkyLDWe+MKPkCfw6tJ+zVG iky+pEk+P8gbqKTcjEg7v3lBkgG4LCQh6RzuXLWy8M5gfOcG5HEoLQfUNsJpp+0aHuG4 q+NTkUk24+DH7k3x1rPFgSP1iR9Mr/f4+ECeg9wt0RDRr1pdlENbpirU9Q4ywfKwGfuh gJVUX4DPdBb+fraTP9xYOf1M6vJ4/N15e6Sht/n4nodQp/6XScuvcMnPf7wnn8KBKxGd HfGQ== X-Gm-Message-State: APjAAAWLfVZ6oR7/wx+ikqkC9B6Xwx7HoN/PjnUH4FAYG7K+jl3wewgT nMJf/tlHj6lxhFmNwwVF1x2zZXn53XE= X-Google-Smtp-Source: APXvYqxf5xftsq7kqCv1yEwaYyrR4496f9Qs8BTfh2xiRJKM4pXg3iR0JtdqyiC1V/xfwiIdSrFURA== X-Received: by 2002:a17:90a:cb18:: with SMTP id z24mr702451pjt.108.1562005554495; Mon, 01 Jul 2019 11:25:54 -0700 (PDT) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 12sm11397340pfi.60.2019.07.01.11.25.53 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 01 Jul 2019 11:25:53 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Mon, 1 Jul 2019 11:25:15 -0700 Message-Id: <20190701182536.20110-10-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190701182536.20110-1-stephen@networkplumber.org> References: <20190701182536.20110-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 09/30] bbdev: fix spelling error 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" Spelling errors found by codespell. Signed-off-by: Stephen Hemminger --- examples/bbdev_app/main.c | 2 +- lib/librte_bbdev/rte_bbdev.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/bbdev_app/main.c b/examples/bbdev_app/main.c index 9acf666dc93d..f2f827a8d807 100644 --- a/examples/bbdev_app/main.c +++ b/examples/bbdev_app/main.c @@ -361,7 +361,7 @@ add_awgn(struct rte_mbuf **mbufs, uint16_t num_pkts) /* Encoder output to Decoder input adapter. The Decoder accepts only soft input * so each bit of the encoder output must be translated into one byte of LLR. If * Sub-block Deinterleaver is bypassed, which is the case, the padding bytes - * must additionally be insterted at the end of each sub-block. + * must additionally be inserted at the end of each sub-block. */ static inline void transform_enc_out_dec_in(struct rte_mbuf **mbufs, uint8_t *temp_buf, diff --git a/lib/librte_bbdev/rte_bbdev.c b/lib/librte_bbdev/rte_bbdev.c index 0c354804d106..02e52f3bd05c 100644 --- a/lib/librte_bbdev/rte_bbdev.c +++ b/lib/librte_bbdev/rte_bbdev.c @@ -139,7 +139,7 @@ rte_bbdev_data_alloc(void) } /* - * Find data alocated for the device or if not found return first unused bbdev + * Find data allocated for the device or if not found return first unused bbdev * data. If all structures are in use and none is used by the device return * NULL. */