[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250516225156.1122058-1-sumanth.gavini@yahoo.com>
Date: Fri, 16 May 2025 15:51:48 -0700
From: Sumanth Gavini <sumanth.gavini@...oo.com>
To: andrew+netdev@...n.ch,
davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
shuah@...nel.org,
willemb@...gle.com,
petrm@...dia.com,
sdf@...ichev.me,
sumanth.gavini@...oo.com
Cc: netdev@...r.kernel.org,
linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] selftests: drv-net: Fix "envirnoments" to "environments"
Fix misspelling reported by codespell
Signed-off-by: Sumanth Gavini <sumanth.gavini@...oo.com>
---
tools/testing/selftests/drivers/net/lib/py/env.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/drivers/net/lib/py/env.py b/tools/testing/selftests/drivers/net/lib/py/env.py
index ad5ff645183a..3bccddf8cbc5 100644
--- a/tools/testing/selftests/drivers/net/lib/py/env.py
+++ b/tools/testing/selftests/drivers/net/lib/py/env.py
@@ -12,7 +12,7 @@ from .remote import Remote
class NetDrvEnvBase:
"""
- Base class for a NIC / host envirnoments
+ Base class for a NIC / host environments
Attributes:
test_dir: Path to the source directory of the test
--
2.43.0
Powered by blists - more mailing lists