Fix documentation typos that are generating spurious CI warnings.
Fixes: 9a212dc06c7a ("doc: use code snippets in sample app guides")
Signed-off-by: Ray Kinsella <mdr@ashroe.eu>
Acked-by: Aaron Conole <aconole@redhat.com>
Reviewed-by: Conor Walsh <conor.walsh@intel.com>
.. literalinclude:: ../../../examples/dma/dmafwd.c
:language: c
:start-after: Start processing for each lcore. 8<
- :end-before: >8 End of starting to processfor each lcore.
+ :end-before: >8 End of starting to process for each lcore.
:dedent: 0
The function launches Rx/Tx processing functions on configured lcores
.. literalinclude:: ../../../examples/vmdq/main.c
:language: c
- :start-after: Building correct configruration for vdmq. 8<
+ :start-after: Building correct configuration for vdmq. 8<
:end-before: >8 End of get_eth_conf.
Once the network port has been initialized using the correct VMDq values,
lcore_id);
}
}
-/* >8 End of starting to processfor each lcore. */
+/* >8 End of starting to process for each lcore. */
/* Display usage */
static void
* valid pool number
*/
- /* Building correct configruration for vdmq. 8< */
+ /* Building correct configuration for vdmq. 8< */
static inline int
get_eth_conf(struct rte_eth_conf *eth_conf, uint32_t num_pools)
{