[dpdk-dev] [PATCH] doc: removed typing mistake

2020-09-09 Thread Muhammad Bilal
Here I have removed 'that' from the sentence to make it grammatically correct, as it seems to be a typing mistake Fixes: d0dff9ba445e ("doc: sample application user guide") Cc: bernard.iremon...@intel.com Signed-off-by: Muhammad Bilal --- doc/guides/prog_guide/multi_proc_support.rst | 2 +- doc

Re: [dpdk-dev] [PATCH] doc: removed typing mistake

2020-06-02 Thread Ferruh Yigit
On 5/29/2020 3:47 PM, Muhammad Bilal wrote: > There was a duplicate command instruction in the documentation of memif > so I have removed the 1 command from it. > > Fixes: cd3365d2 ("net/memif: enable loopback") > Cc: jmilan@gmail.com > > Signed-off-by: Muhammad Bilal > --- > doc/guides

[dpdk-dev] [PATCH] doc: removed typing mistake

2020-05-29 Thread Muhammad Bilal
There was a duplicate command instruction in the documentation of memif so I have removed the 1 command from it. Fixes: cd3365d2 ("net/memif: enable loopback") Cc: jmilan@gmail.com Signed-off-by: Muhammad Bilal --- doc/guides/nics/memif.rst | 1 - 1 file changed, 1 deletion(-) diff --g