Re: [PATCH] Spelling: Fix Spelling mistake.

2024-03-24 Thread Thomas Monjalon
22/03/2024 00:05, vinh.t.tra...@gmail.com: > From: vtran0314 > > Caught by codespell. > > Signed-off-by: Vinh Tran [..] > - TEST_ASSERT_NULL(cfgfile, "Expected failured did not occur"); > + TEST_ASSERT_NULL(cfgfile, "Expected failed did not occur"); Correct wording should be "Expected

Re: [PATCH] Spelling : Fix spelling mistake.

2024-03-24 Thread Thomas Monjalon
21/03/2024 23:35, Fidel Castro: > Caught by codespell. > > Signed-off-by: Fidel Castro added root cause Fixes: 2653bee888b4 ("test/power: check all environment types") Cc: sta...@dpdk.org and added your name in .mailmap Applied, thanks.

Re: [PATCH] Spelling: Fix spelling mistake.

2024-03-24 Thread Thomas Monjalon
21/03/2024 23:41, masoumeh.farhadi...@gmail.com: > From: Masi > > Caught by codespell. > > Signed-off-by: Masi added root cause Fixes: 7622291b641d ("examples/ipsec-secgw: allow to specify neighbour MAC address") Cc: sta...@dpdk.org and added your name in .mailmap Applied, thanks.

[PATCH] Spelling: Fix Spelling mistake.

2024-03-22 Thread vinh . t . tran10
From: vtran0314 Caught by codespell. Signed-off-by: Vinh Tran --- app/test/test_cfgfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_cfgfile.c b/app/test/test_cfgfile.c index 2f596affee..adc6732cd1 100644 --- a/app/test/test_cfgfile.c +++ b/app/test/test_

[PATCH] Spelling : Fix spelling mistake.

2024-03-22 Thread Fidel Castro
Caught by codespell. Signed-off-by: Fidel Castro --- app/test/test_power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_power.c b/app/test/test_power.c index f1e80299d3..403adc22d6 100644 --- a/app/test/test_power.c +++ b/app/test/test_power.c @@ -143,7 +143,

[PATCH] Spelling: Fix spelling mistake.

2024-03-22 Thread masoumeh . farhadinia
From: Masi Caught by codespell. Signed-off-by: Masi --- examples/ipsec-secgw/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ipsec-secgw/parser.c b/examples/ipsec-secgw/parser.c index 98f8176651..2bd6df335b 100644 --- a/examples/ipsec-secgw/parser.c +++ b/