Re: [PATCH] Spelling: Fixed a spelling mistake.

2024-03-24 Thread Thomas Monjalon
22/03/2024 00:16, hollynichol...@gmail.com: > From: Holly Nichols > > Caught by codespell. > > Signed-off-by: Holly Nichols > --- > - TEST_ASSERT_NULL(cfgfile, "Expected failured did not occur"); > + TEST_ASSERT_NULL(cfgfile, "Expected failure did not occur"); There are 3 more occurren

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.

Re: [PATCH] Spelling: Fixed a spelling.

2024-03-24 Thread Thomas Monjalon
25/03/2024 02:12, Thomas Monjalon: > 22/03/2024 00:02, EmiAoki: > > Caught by codespell. > > > > Signed-off-by: emi > > Please what is your full name exactly? > We need it as a contribution policy known as "Developer’s Certificate of > Origin". Found it above: "Emi Aoki" and confirmed with ext

Re: [PATCH] Spelling: Fixed a spelling.

2024-03-24 Thread Thomas Monjalon
22/03/2024 00:02, EmiAoki: > Caught by codespell. > > Signed-off-by: emi Please what is your full name exactly? We need it as a contribution policy known as "Developer’s Certificate of Origin".

Re: [PATCH] Spelling: Fixed a spelling mistake.

2024-03-24 Thread Thomas Monjalon
22/03/2024 00:03, Flore: > Caught by codespell > > Signed-off-by: Flore Norceide added root cause Fixes: fc1f2750a3ec ("doc: programmers guide") Cc: sta...@dpdk.org and added your name in .mailmap Applied, thanks.

[PATCH] Spelling: Fixed a spelling mistake.

2024-03-22 Thread hollynichols04
From: Holly Nichols Caught by codespell. Signed-off-by: Holly Nichols --- 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..21bf34a718 100644 --- a/app/test/test_cfgfile.c +++ b/app/te

[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: Fixed a spelling mistake.

2024-03-22 Thread Flore
Caught by codespell Signed-off-by: Flore Norceide --- doc/guides/prog_guide/packet_framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/packet_framework.rst b/doc/guides/prog_guide/packet_framework.rst index ebc69d8c3e..9987ead6c5 100644 --- a/

[PATCH] Spelling: Fixed a spelling.

2024-03-22 Thread EmiAoki
Caught by codespell. Signed-off-by: emi --- doc/guides/prog_guide/profile_app.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/profile_app.rst b/doc/guides/prog_guide/profile_app.rst index 14292d4c25..a6b5fb4d5e 100644 --- a/doc/guides/prog_guide/pro

[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/

Re: [PATCH] Spelling

2021-11-29 Thread Josh Soref
On Mon, Nov 29, 2021, 9:05 AM Ferruh Yigit wrote: > On 11/29/2021 1:59 PM, Bruce Richardson wrote: > > On Mon, Nov 29, 2021 at 12:49:56PM +, Ferruh Yigit wrote: > >> Hi Josh, Thanks for the patch. > >> > >> The typo fixes for comments and logs are more straightforward, but I > have > >> mixed

Re: [PATCH] Spelling

2021-11-29 Thread Ajit Khaparde
On Mon, Nov 29, 2021 at 6:02 AM Thomas Monjalon wrote: > > 29/11/2021 14:59, Bruce Richardson: > > On Mon, Nov 29, 2021 at 12:49:56PM +, Ferruh Yigit wrote: > > > On 11/26/2021 7:58 PM, Josh Soref wrote: > > > > diff --git a/app/test-eventdev/test_order_common.c > > > > b/app/test-eventdev/te

Re: [PATCH] Spelling

2021-11-29 Thread Ferruh Yigit
On 11/29/2021 2:12 PM, Josh Soref wrote: On Mon, Nov 29, 2021, 9:05 AM Ferruh Yigit mailto:ferruh.yi...@intel.com>> wrote: On 11/29/2021 1:59 PM, Bruce Richardson wrote: > On Mon, Nov 29, 2021 at 12:49:56PM +, Ferruh Yigit wrote: >> Hi Josh, Thanks for the patch. >>

Re: [PATCH] Spelling

2021-11-29 Thread Bruce Richardson
On Mon, Nov 29, 2021 at 09:12:53AM -0500, Josh Soref wrote: >On Mon, Nov 29, 2021, 9:05 AM Ferruh Yigit <[1]ferruh.yi...@intel.com> >wrote: > > On 11/29/2021 1:59 PM, Bruce Richardson wrote: > > On Mon, Nov 29, 2021 at 12:49:56PM +, Ferruh Yigit wrote: > >> Hi Josh, Than

Re: [PATCH] Spelling

2021-11-29 Thread Ferruh Yigit
On 11/29/2021 1:59 PM, Bruce Richardson wrote: On Mon, Nov 29, 2021 at 12:49:56PM +, Ferruh Yigit wrote: On 11/26/2021 7:58 PM, Josh Soref wrote: diff --git a/app/test-eventdev/test_order_common.c b/app/test-eventdev/test_order_common.c index ff7813f9..603e7c91 100644 --- a/app/test-eventd

Re: [PATCH] Spelling

2021-11-29 Thread Thomas Monjalon
29/11/2021 14:59, Bruce Richardson: > On Mon, Nov 29, 2021 at 12:49:56PM +, Ferruh Yigit wrote: > > On 11/26/2021 7:58 PM, Josh Soref wrote: > > > diff --git a/app/test-eventdev/test_order_common.c > > > b/app/test-eventdev/test_order_common.c > > > index ff7813f9..603e7c91 100644 > > > --- a/

Re: [PATCH] Spelling

2021-11-29 Thread Bruce Richardson
On Mon, Nov 29, 2021 at 12:49:56PM +, Ferruh Yigit wrote: > On 11/26/2021 7:58 PM, Josh Soref wrote: > > diff --git a/app/test-eventdev/test_order_common.c > > b/app/test-eventdev/test_order_common.c > > index ff7813f9..603e7c91 100644 > > --- a/app/test-eventdev/test_order_common.c > > +++ b/

Re: [PATCH] Spelling

2021-11-29 Thread Ferruh Yigit
On 11/26/2021 7:58 PM, Josh Soref wrote: diff --git a/app/test-eventdev/test_order_common.c b/app/test-eventdev/test_order_common.c index ff7813f9..603e7c91 100644 --- a/app/test-eventdev/test_order_common.c +++ b/app/test-eventdev/test_order_common.c @@ -253,7 +253,7 @@ void order_opt_dump(st

[dpdk-dev] [PATCH] Spelling fixes

2014-05-14 Thread Richardson, Bruce
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Stephen Hemminger > Sent: Wednesday, May 14, 2014 4:18 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] Spelling fixes > > Fix spelling errors found by codespell > > Signe

[dpdk-dev] [PATCH] Spelling fixes

2014-05-14 Thread Stephen Hemminger
Fix spelling errors found by codespell Signed-off-by: Stephen Hemminger --- Resend because of no response lib/librte_eal/bsdapp/eal/eal.c |2 +- lib/librte_eal/bsdapp/eal/include/exec-env/rte_kni_common.h |2 +- lib/librte_eal/common/include/i686/arch/rt