Re: [PATCH] selftests: tc-testing: Fixed typo error

From: Shuah Khan
Date: Mon Oct 21 2024 - 16:20:46 EST


On 10/19/24 05:52, Karan Sanghavi wrote:
Corrected the multiple and different typo errors in json files


It should say "Correct or Fix" - Same comment in short log
"Fix" instead of "Fixed"

Do refer to commit for the subsystems and file to get an idea
on the convention.

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

Signed-off-by: Karan Sanghavi <karansanghvi98@xxxxxxxxx>
---
tools/testing/selftests/tc-testing/tc-tests/filters/basic.json | 6 +++---
tools/testing/selftests/tc-testing/tc-tests/filters/cgroup.json | 6 +++---
tools/testing/selftests/tc-testing/tc-tests/filters/flow.json | 2 +-
tools/testing/selftests/tc-testing/tc-tests/filters/route.json | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)


Otherwise the changes look good to me. With the above change
to short and commit logs:

Reviewed-by: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>

thanks,
-- Shuah