[PATCH v4] devtools: spell check

2021-12-01 Thread Henry Nadeau
to the regex filter. Signed-off-by: Henry Nadeau --- devtools/spell_check.sh | 121 ++ devtools/spell_check_dictionary.txt | 2160 +++ devtools/spell_check_regex.txt |2 + 3 files changed, 2283 insertions(+) create mode 100755 devtools/spell_check.sh

[PATCH v3] devtools: spell check

2021-12-01 Thread Henry Nadeau
A spell check script to check for errors in patches. An example of usage being cat PATCH_FILE | spell_check.sh. Errors will be printed to console, following the file they are located in. Word exclusions can be made by making additions to the dictionary, and problematic patterns can be added t

[PATCH v2] devtools: spell check

2021-11-12 Thread Henry Nadeau
. Errors will be logged and printed to console, and by default the log will be stored in devtools. The output directory can be modified with a flag. The script can be executed from anywhere within the dpdk repo. Signed-off-by: Henry Nadeau --- devtools/spell_check.sh | 202

[PATCH] devtools: spell check

2021-11-12 Thread Henry Nadeau
. Signed-off-by: Henry Nadeau --- devtools/spell_check.sh | 189 +++ devtools/spell_check_dictionary.txt | 2157 +++ devtools/spell_check_regex.txt |2 + 3 files changed, 2348 insertions(+) create mode 100755 devtools/spell_check.sh create mode 100644

[dpdk-dev] [PATCH] doc: two typos in documentation

2021-08-04 Thread Henry Nadeau
Corrected two typos that got added in the most recent merge. Signed-off-by: Henry Nadeau --- doc/guides/sample_app_ug/ioat.rst| 2 +- doc/guides/sample_app_ug/vmdq_forwarding.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/sample_app_ug

[dpdk-dev] [PATCH v5] doc: spell check

2021-07-29 Thread Henry Nadeau
Spell checked and corrected documentation. If there are any errors, or I have changed something that wasn't an error please reach out to me so I can update the dictionary. Cc: sta...@dpdk.org Signed-off-by: Henry Nadeau --- doc/guides/contributing/coding_style.rst| 2 +- doc/g

[dpdk-dev] [PATCH v4] doc: typo in spell check dict

2021-07-26 Thread Henry Nadeau
Signed-off-by: Henry Nadeau --- doc/guides/prog_guide/bbdev.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/bbdev.rst b/doc/guides/prog_guide/bbdev.rst index ab2921bfe3..9619280ffc 100644 --- a/doc/guides/prog_guide/bbdev.rst +++ b/doc/guides

[dpdk-dev] [PATCH v3] doc: spell check

2021-07-26 Thread Henry Nadeau
Implimenting automatic documentation spell checking, fixed any spelling errors that were picked up by the spell checker. If any of these corrections are incorrect please let me know so I can update the spell checker. Signed-off-by: Henry Nadeau --- doc/guides/contributing/coding_style.rst

[dpdk-dev] [PATCH v2] Fixed formatting issue in documentation

2021-07-23 Thread Henry Nadeau
One of the titles needed a dash below as the title was extended. Signed-off-by: Henry Nadeau --- doc/guides/prog_guide/toeplitz_hash_lib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/toeplitz_hash_lib.rst b/doc/guides/prog_guide

[dpdk-dev] [PATCH] doc: Spell checked DPDK documentation

2021-07-23 Thread Henry Nadeau
Corrected spelling mistakes in the DPDK documentation. Signed-off-by: Henry Nadeau --- doc/guides/contributing/coding_style.rst| 2 +- doc/guides/cryptodevs/mlx5.rst | 4 ++-- doc/guides/cryptodevs/scheduler.rst | 2 +- doc/guides/howto