From patchwork Wed May 22 09:44:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Herbelot X-Patchwork-Id: 53611 X-Patchwork-Delegate: gakhil@marvell.com 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 D2F8A568A; Wed, 22 May 2019 11:45:14 +0200 (CEST) Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id 6658C4C88 for ; Wed, 22 May 2019 11:45:13 +0200 (CEST) Received: by mail-wr1-f67.google.com with SMTP id w13so1488451wru.11 for ; Wed, 22 May 2019 02:45:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=Ju0/DWhXzH+08OQT0kNiLt417dgBPKG4PDvwzwqNxhc=; b=EqgDkRZ82iBESwrDAOpYzyipHdrK8qmGmER012CIPiL0Oa7uMOb3ImNEnVdgY0cbN0 zwR3K/y2D++GoLq2/ynAwcxcV66MsoDsNzLdiqVQmezEGZVYot6Pl608fIg1w0tJioKz 6nTOltRQwBIiP+6sKb9hf6U2JrSR5Y9y7IskEvAz3eqSmu34zWyLotzq19bGVl4gyfRN imiS2RBL0AFGQ2ULFX+FPRmc+k5wed32XR9466oFpbmmPIJaavlx3RwgPKUn3zil9k82 6zEFpve6dv+ExkF0Y63UV/22+HpivHU3s3mpNQZZq81PS/8D8+I0tNRDq2sjxPWDmGwi Uyxw== 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:in-reply-to:references; bh=Ju0/DWhXzH+08OQT0kNiLt417dgBPKG4PDvwzwqNxhc=; b=W1VthSayPsYY7MeyJbsRm0vvLOrCXfNGQCX6SVQvIUT9714o4QMx1N2Oos/gwtUZNl zYHrbwyX+P0VRMVObqVxSwSMNo6tcDJdy10c19b0RTsIdNYmmMNHOYtszgcTbT2bDJkq xK+BMVS6zSVm2VTqiS82bhla5bPLgP7qqhr7FjSfJucKDB06t+CdlOz2JYNRlw6dUQbp QsfP78sI0jCIE+4Qt94k8R8fex92b7AtTIUbFDRGgLKtg9uJKGIzQQ7kbfwAO7zGYMkJ hPDELKHrMt+pUR7h31dy5nS8c4jV2TP63N/iPNcEZH9bU1LsNAseXg5R4tF/cv7rJN+8 QH4Q== X-Gm-Message-State: APjAAAX7+NG1PX31ujBbEOFYHuza5qFPPOmpGqLSr6gujHKVOzKj++d+ 2RvZivfxyNkZ6G3ZpyrBhyGopD+yNkCK X-Google-Smtp-Source: APXvYqyl/4/h1t0OjBkkbFw0S5LSxSA2H8cQwqmdjYo1TGR7CQHSc58QGh5baNt9A9lq1ASdmFZQgQ== X-Received: by 2002:adf:f811:: with SMTP id s17mr22081348wrp.72.1558518313020; Wed, 22 May 2019 02:45:13 -0700 (PDT) Received: from ascain.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id f20sm5503979wmh.22.2019.05.22.02.45.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 22 May 2019 02:45:12 -0700 (PDT) From: Thierry Herbelot To: dev@dpdk.org Cc: Thomas Monjalon Date: Wed, 22 May 2019 11:44:47 +0200 Message-Id: X-Mailer: git-send-email 2.11.0 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH 3/5] doc/prog_guides: fix triplicated typo 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" A bad formula was copied and pasted. Signed-off-by: Thierry Herbelot Acked-by: Fiona Trahe --- doc/guides/prog_guide/bbdev.rst | 2 +- doc/guides/prog_guide/cryptodev_lib.rst | 2 +- doc/guides/prog_guide/rawdev.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/prog_guide/bbdev.rst b/doc/guides/prog_guide/bbdev.rst index 658ffd400a01..dfa0ef67d0c8 100644 --- a/doc/guides/prog_guide/bbdev.rst +++ b/doc/guides/prog_guide/bbdev.rst @@ -44,7 +44,7 @@ From the command line using the --vdev EAL option --vdev 'baseband_turbo_sw,max_nb_queues=8,socket_id=0' -Our using the rte_vdev_init API within the application code. +Or using the rte_vdev_init API within the application code. .. code-block:: c diff --git a/doc/guides/prog_guide/cryptodev_lib.rst b/doc/guides/prog_guide/cryptodev_lib.rst index 23fa5bc188f7..9bbf207646e8 100644 --- a/doc/guides/prog_guide/cryptodev_lib.rst +++ b/doc/guides/prog_guide/cryptodev_lib.rst @@ -52,7 +52,7 @@ From the command line using the --vdev EAL option Example: ``--vdev 'crypto_aesni_mb0' --vdev 'crypto_aesni_mb1'`` -Our using the rte_vdev_init API within the application code. +Or using the rte_vdev_init API within the application code. .. code-block:: c diff --git a/doc/guides/prog_guide/rawdev.rst b/doc/guides/prog_guide/rawdev.rst index 42c195cefa23..06af6942a6df 100644 --- a/doc/guides/prog_guide/rawdev.rst +++ b/doc/guides/prog_guide/rawdev.rst @@ -100,7 +100,7 @@ From the command line using the --vdev EAL option --vdev 'rawdev_dev1' -Our using the rte_vdev_init API within the application code. +Or using the rte_vdev_init API within the application code. .. code-block:: c