* [PATCH v2 0/1] examples/skeleton: fix typo in initialization comment
@ 2026-08-13 16:11 Yang Xiaoliang
2026-08-13 16:11 ` [PATCH v2 1/1] " Yang Xiaoliang
0 siblings, 1 reply; 2+ messages in thread
From: Yang Xiaoliang @ 2026-08-13 16:11 UTC (permalink / raw)
To: dev; +Cc: bruce.richardson, john.mcnamara, Yang Xiaoliang
Fix "Initializion" typo, should be "Initialization".
v2:
* Wrap the commit message body to fit checkpatch's 75-char
line limit (fixes the COMMIT_LOG_LONG_LINE warning from v1)
Yang Xiaoliang (1):
examples/skeleton: fix typo in initialization comment
doc/guides/sample_app_ug/skeleton.rst | 2 +-
examples/skeleton/basicfwd.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH v2 1/1] examples/skeleton: fix typo in initialization comment
2026-08-13 16:11 [PATCH v2 0/1] examples/skeleton: fix typo in initialization comment Yang Xiaoliang
@ 2026-08-13 16:11 ` Yang Xiaoliang
0 siblings, 0 replies; 2+ messages in thread
From: Yang Xiaoliang @ 2026-08-13 16:11 UTC (permalink / raw)
To: dev; +Cc: bruce.richardson, john.mcnamara, Yang Xiaoliang
Fix "Initializion" typo, should be "Initialization".
The sample app guide includes the comment via literalinclude with
:start-after: anchored on the same string, so update both files
together to keep the snippet extraction working.
Signed-off-by: Yang Xiaoliang <xiaoliangyang69@gmail.com>
---
doc/guides/sample_app_ug/skeleton.rst | 2 +-
examples/skeleton/basicfwd.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guides/sample_app_ug/skeleton.rst b/doc/guides/sample_app_ug/skeleton.rst
index c4a29033fe..8a436b1182 100644
--- a/doc/guides/sample_app_ug/skeleton.rst
+++ b/doc/guides/sample_app_ug/skeleton.rst
@@ -55,7 +55,7 @@ function. The value returned is the number of parsed arguments:
.. literalinclude:: ../../../examples/skeleton/basicfwd.c
:language: c
- :start-after: Initializion the Environment Abstraction Layer (EAL). 8<
+ :start-after: Initialization the Environment Abstraction Layer (EAL). 8<
:end-before: >8 End of initialization the Environment Abstraction Layer (EAL).
:dedent: 1
diff --git a/examples/skeleton/basicfwd.c b/examples/skeleton/basicfwd.c
index e8c18d5b87..3fdb83519f 100644
--- a/examples/skeleton/basicfwd.c
+++ b/examples/skeleton/basicfwd.c
@@ -176,7 +176,7 @@ main(int argc, char *argv[])
unsigned nb_ports;
uint16_t portid;
- /* Initializion the Environment Abstraction Layer (EAL). 8< */
+ /* Initialization the Environment Abstraction Layer (EAL). 8< */
int ret = rte_eal_init(argc, argv);
if (ret < 0)
rte_exit(EXIT_FAILURE, "Error with EAL initialization\n");
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-13 16:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-13 16:11 [PATCH v2 0/1] examples/skeleton: fix typo in initialization comment Yang Xiaoliang
2026-08-13 16:11 ` [PATCH v2 1/1] " Yang Xiaoliang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.