From patchwork Wed Aug 12 23:06:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 75469 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3A199A04AE; Thu, 13 Aug 2020 01:06:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 86BB51C0B4; Thu, 13 Aug 2020 01:06:33 +0200 (CEST) Received: from mail-pj1-f66.google.com (mail-pj1-f66.google.com [209.85.216.66]) by dpdk.org (Postfix) with ESMTP id A13B91C0B0 for ; Thu, 13 Aug 2020 01:06:31 +0200 (CEST) Received: by mail-pj1-f66.google.com with SMTP id t6so1873792pjr.0 for ; Wed, 12 Aug 2020 16:06:31 -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=7FNasGa8lgf03sD5HuqZ4uAE/Y73vJ8iFxm0Nq7vP7c=; b=cYDeBWhjkNas0ZdB0/sdXPwrjFmcO6FToiKejPCW1oOofiO4P1hywZ3aZh/c/2Thc1 V4NEw9SYaj+VAG2WYpwctcrY6r1pCmea5BQOcr/F3IbQ0g9Lmi+yti2Ea+gVxtKmPgJS 5cvpC9GWxHUmSKzX5++gLISjk8SqhL4hfcZKdDqp+YjIBqa7YP6120XCPQ1amztmkb8l LlqwwoxMlEjUEUAiT6Xf70Y4mwdoEbeNDiyMjRyzmBBzU1g9dWP3JFS1eB2UW+GRvHPO SNItdBYIBPfiCLjYuXHFNNSvIxzpO93KTuPE/RiatRE1fMTohtXahOOb2ICb+pLortO3 sdsg== 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=7FNasGa8lgf03sD5HuqZ4uAE/Y73vJ8iFxm0Nq7vP7c=; b=Qyw/ZHiyBk+FMGvEdCMZIya9UvxwcW4LumtRRraGPor9eqN76OSCPcjrKQo2ygAh4q SJMl4ygRKGJYO3pC0qUkYCsW/FQwziLN0L6ERZtHbLRDUu+XTO6YTOpAIiM/ZtiAogoT +quZpw3cgyhQAOV7+DPIj8hP5piRiwDOtOzAMDcwsMa/N6SVTHGAWTyFk2sISK9D56x6 Twdt20zFLc5yHRK67Jm5X/IiUwaQFLgcWvhoceCLD23pU4RW7QpAO2PT11um+5bdGOPI WPBLw5XD5M1erJFoF+7LX1MkJFa173HMSb3p90sVhqvzKk1CC64YMxwT/C6hyPOvbmP1 fSEw== X-Gm-Message-State: AOAM531D4PrtJCONjoUoQRCMNbiebcQZ/NK8uP7KvvbrfuEYiJvTOnKO knyDtd37eTccEKkmX61gd39kEg== X-Google-Smtp-Source: ABdhPJwTf8n9BqXYIYWONONlIj5yh6+WQwM4wLwiEsOD4cdkf216uHaOy8oQc3MSswE1YB4heziSKw== X-Received: by 2002:a17:90a:2848:: with SMTP id p8mr2296578pjf.60.1597273590540; Wed, 12 Aug 2020 16:06:30 -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 16sm3490620pfi.161.2020.08.12.16.06.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 12 Aug 2020 16:06:29 -0700 (PDT) From: Stephen Hemminger To: john.mcnamara@intel.com, marko.kovacevic@intel.com Cc: dev@dpdk.org, Stephen Hemminger Date: Wed, 12 Aug 2020 16:06:22 -0700 Message-Id: <20200812230622.411-1-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] doc: remove trailing white space 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" Run a simple script to remove trailing white space and blank lines at end of file across all documents. Signed-off-by: Stephen Hemminger --- doc/guides/nics/fail_safe.rst | 4 ++-- doc/guides/prog_guide/graph_lib.rst | 1 - doc/guides/prog_guide/regexdev.rst | 1 - doc/guides/sample_app_ug/vmdq_forwarding.rst | 1 - doc/guides/vdpadevs/features/mlx5.ini | 1 - 5 files changed, 2 insertions(+), 6 deletions(-) diff --git a/doc/guides/nics/fail_safe.rst b/doc/guides/nics/fail_safe.rst index b4a92f663b17..f80346a35898 100644 --- a/doc/guides/nics/fail_safe.rst +++ b/doc/guides/nics/fail_safe.rst @@ -155,9 +155,9 @@ This section shows some example of using **testpmd** with a fail-safe PMD. #. Start testpmd, automatically probing the device 84:00.0 and using it with the fail-safe. - + .. code-block:: console - + $RTE_TARGET/build/app/testpmd -c 0xff -n 4 \ --vdev 'net_failsafe0,dev(0000:84:00.0),dev(net_ring0)' -- -i diff --git a/doc/guides/prog_guide/graph_lib.rst b/doc/guides/prog_guide/graph_lib.rst index 669d77c7404f..c611465f40b0 100644 --- a/doc/guides/prog_guide/graph_lib.rst +++ b/doc/guides/prog_guide/graph_lib.rst @@ -394,4 +394,3 @@ null ~~~~ This node ignores the set of objects passed to it and reports that all are processed. - diff --git a/doc/guides/prog_guide/regexdev.rst b/doc/guides/prog_guide/regexdev.rst index b8ae9c0cc9aa..0d84fb1a196e 100644 --- a/doc/guides/prog_guide/regexdev.rst +++ b/doc/guides/prog_guide/regexdev.rst @@ -174,4 +174,3 @@ the ``nb_ops`` and ``ops`` parameters are now used to specify the max processed operations the user wishes to retrieve and the location in which to store them. The API call returns the actual number of processed operations returned, this can never be larger than ``nb_ops``. - diff --git a/doc/guides/sample_app_ug/vmdq_forwarding.rst b/doc/guides/sample_app_ug/vmdq_forwarding.rst index c3a3439e5118..e9bca8c98c61 100644 --- a/doc/guides/sample_app_ug/vmdq_forwarding.rst +++ b/doc/guides/sample_app_ug/vmdq_forwarding.rst @@ -205,4 +205,3 @@ To generate the statistics output, use the following command: Please note that the statistics output will appear on the terminal where the vmdq_app is running, rather than the terminal from which the HUP signal was sent. - diff --git a/doc/guides/vdpadevs/features/mlx5.ini b/doc/guides/vdpadevs/features/mlx5.ini index 8bb99771922a..990ef12dfccc 100644 --- a/doc/guides/vdpadevs/features/mlx5.ini +++ b/doc/guides/vdpadevs/features/mlx5.ini @@ -26,4 +26,3 @@ x86-32 = Y x86-64 = Y Usage doc = Y Design doc = Y -