[V2] linux kernel module: fix typo
Commit Message
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
> fixes a typo I missed that checkpatch caught
>
> Signed-off-by: Owen Hilyard <ohilyard@iol.unh.edu>
Applied, thanks
@@ -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)