DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: remove trailing white space
@ 2020-08-12 23:06 Stephen Hemminger
  2020-10-05 22:33 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2020-08-12 23:06 UTC (permalink / raw)
  To: john.mcnamara, marko.kovacevic; +Cc: dev, Stephen Hemminger

Run a simple script to remove trailing white space and blank
lines at end of file across all documents.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 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
-
-- 
2.27.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: remove trailing white space
  2020-08-12 23:06 [dpdk-dev] [PATCH] doc: remove trailing white space Stephen Hemminger
@ 2020-10-05 22:33 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2020-10-05 22:33 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: john.mcnamara, marko.kovacevic, 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 <stephen@networkplumber.org>

Applied, thanks



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-05 22:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-12 23:06 [dpdk-dev] [PATCH] doc: remove trailing white space Stephen Hemminger
2020-10-05 22:33 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).