diff mbox series

[v3] selftests: tc-testing: Fix spelling errors in cgroup.json and flow.json

Message ID Zw6flhHF50_4jT4b@Emma (mailing list archive)
State New
Headers show
Series [v3] selftests: tc-testing: Fix spelling errors in cgroup.json and flow.json | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Karan Sanghavi Oct. 15, 2024, 5 p.m. UTC
This patch corrects typographical errors in the "name" fields of
the JSON objects with IDs "4319" and "4341" in the tc-testing
selftests.

- "diffferent" is corrected to "different".
- "muliple" is corrected to "multiple".

Signed-off-by: Karan Sanghavi <karansanghvi98@gmail.com>
---

v3:
- Corrected the change logs to make it easy to understand. 

v2:
- Combine two earlier patches into one
- Links to v1 of each patch
  [1] https://lore.kernel.org/all/Zqp9asVA-q_OzDP-@Emma/
  [2] https://lore.kernel.org/all/Zqp92oXa9joXk4T9@Emma/

 tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json | 2 +-
 tools/testing/selftests/tc-testing/tc-tests/filters/flow.json   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Simon Horman Oct. 16, 2024, 2:21 p.m. UTC | #1
On Tue, Oct 15, 2024 at 05:00:06PM +0000, Karan Sanghavi wrote:
> This patch corrects typographical errors in the "name" fields of
> the JSON objects with IDs "4319" and "4341" in the tc-testing
> selftests.
> 
> - "diffferent" is corrected to "different".
> - "muliple" is corrected to "multiple".
> 
> Signed-off-by: Karan Sanghavi <karansanghvi98@gmail.com>
> ---
> 
> v3:
> - Corrected the change logs to make it easy to understand. 
> 
> v2:
> - Combine two earlier patches into one
> - Links to v1 of each patch
>   [1] https://lore.kernel.org/all/Zqp9asVA-q_OzDP-@Emma/
>   [2] https://lore.kernel.org/all/Zqp92oXa9joXk4T9@Emma/
> 
>  tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json | 2 +-
>  tools/testing/selftests/tc-testing/tc-tests/filters/flow.json   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json b/tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json
> index 03723cf84..6897ff5ad 100644
> --- a/tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json
> +++ b/tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json
> @@ -1189,7 +1189,7 @@
>      },
>      {
>          "id": "4319",
> -        "name": "Replace cgroup filter with diffferent match",
> +        "name": "Replace cgroup filter with different match",
>          "category": [
>              "filter",
>              "cgroup"

Hi Karan,

It seems that multiple is also misspelt several as miltiple in cgroup.json,
basic.json and route.json. While you are fixing spelling here could you fix
that too?

> diff --git a/tools/testing/selftests/tc-testing/tc-tests/filters/flow.json b/tools/testing/selftests/tc-testing/tc-tests/filters/flow.json
> index 58189327f..996448afe 100644
> --- a/tools/testing/selftests/tc-testing/tc-tests/filters/flow.json
> +++ b/tools/testing/selftests/tc-testing/tc-tests/filters/flow.json
> @@ -507,7 +507,7 @@
>      },
>      {
>          "id": "4341",
> -        "name": "Add flow filter with muliple ops",
> +        "name": "Add flow filter with multiple ops",
>          "category": [
>              "filter",
>              "flow"
> -- 
> 2.43.0
> 
>
diff mbox series

Patch

diff --git a/tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json b/tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json
index 03723cf84..6897ff5ad 100644
--- a/tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json
+++ b/tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json
@@ -1189,7 +1189,7 @@ 
     },
     {
         "id": "4319",
-        "name": "Replace cgroup filter with diffferent match",
+        "name": "Replace cgroup filter with different match",
         "category": [
             "filter",
             "cgroup"
diff --git a/tools/testing/selftests/tc-testing/tc-tests/filters/flow.json b/tools/testing/selftests/tc-testing/tc-tests/filters/flow.json
index 58189327f..996448afe 100644
--- a/tools/testing/selftests/tc-testing/tc-tests/filters/flow.json
+++ b/tools/testing/selftests/tc-testing/tc-tests/filters/flow.json
@@ -507,7 +507,7 @@ 
     },
     {
         "id": "4341",
-        "name": "Add flow filter with muliple ops",
+        "name": "Add flow filter with multiple ops",
         "category": [
             "filter",
             "flow"