Re: [dpdk-dev] [PATCH 1/2] Enable codespell from config file.

2019-02-14 Thread Bruce Richardson
On Wed, Feb 13, 2019 at 07:16:24PM +, Van Haaren, Harry wrote: > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Michael Santana > > Sent: Wednesday, February 13, 2019 7:08 PM > > To: dev@dpdk.org > > Cc: Thomas Monjalon >

Re: [dpdk-dev] [PATCH 1/2] Enable codespell from config file.

2019-02-13 Thread Rami Rosen
+1 Reviewed-by: Rami Rosen >

Re: [dpdk-dev] [PATCH 1/2] Enable codespell from config file.

2019-02-13 Thread Van Haaren, Harry
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Michael Santana > Sent: Wednesday, February 13, 2019 7:08 PM > To: dev@dpdk.org > Cc: Thomas Monjalon > Subject: [dpdk-dev] [PATCH 1/2] Enable codespell from config file. > > Enable turni

[dpdk-dev] [PATCH 1/2] Enable codespell from config file.

2019-02-13 Thread Michael Santana
Enable turning on codespell from any of the config files for checkpatches.sh. codespell is a feature by checkpatch.pl that checks for common spelling mistakes in comments in patches. This feature is disabled by default. To enable it one must add the '--codespell' flag to the $options variable in c