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
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
.
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
.
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
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
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
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
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
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
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
10 matches
Mail list logo