[V2] linux kernel module: fix typo

Message ID 20200805145612.1675810-1-ohilyard@iol.unh.edu (mailing list archive)
State Accepted
Headers
Series [V2] linux kernel module: fix typo |

Commit Message

Owen Hilyard Aug. 5, 2020, 2:56 p.m. UTC
  fixes a typo I missed that checkpatch caught

Signed-off-by: Owen Hilyard <ohilyard@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(-)
  

Comments

Tu, Lijuan Aug. 12, 2020, 2:48 a.m. UTC | #1
> fixes a typo I missed that checkpatch caught
> 
> Signed-off-by: Owen Hilyard <ohilyard@iol.unh.edu>

Applied, thanks
  

Patch

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)