[dts] [PATCH V2] linux kernel module: fix typo

Owen Hilyard ohilyard at iol.unh.edu
Wed Aug 5 16:56:11 CEST 2020


fixes a typo I missed that checkpatch caught

Signed-off-by: Owen Hilyard <ohilyard at iol.unh.edu>
---
Sorry about the spam, I accidently forgot to sign off the commit last
time.

 tests/TestSuite_linux_modules.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_linux_modules.py b/tests/TestSuite_linux_modules.py
index 7cb479d..a5a1542 100644
--- a/tests/TestSuite_linux_modules.py
+++ b/tests/TestSuite_linux_modules.py
@@ -136,7 +136,7 @@ class LinuxModulesHelperMethods:
 
     def test_tx_rx(self):
         """
-        Preforms the testing that needs to be done as root.
+        Performs the testing that needs to be done as root.
         @param driver: The driver to test
         """
         self.tx_rx_test_helper(self.pmdout)
-- 
2.25.1



More information about the dts mailing list