Commit b1797dfd authored by Gustavo A. R. Silva's avatar Gustavo A. R. Silva Committed by Greg Kroah-Hartman

Staging: vt6655: Fixed a typo

Fixed a typo in mac.c file.
Signed-off-by: default avatarGustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 95775d12
...@@ -337,7 +337,7 @@ bool MACbSafeSoftwareReset(void __iomem *dwIoBase) ...@@ -337,7 +337,7 @@ bool MACbSafeSoftwareReset(void __iomem *dwIoBase)
/* /*
* Description: * Description:
* Trun Off MAC Rx * Turn Off MAC Rx
* *
* Parameters: * Parameters:
* In: * In:
...@@ -398,7 +398,7 @@ bool MACbSafeRxOff(void __iomem *dwIoBase) ...@@ -398,7 +398,7 @@ bool MACbSafeRxOff(void __iomem *dwIoBase)
/* /*
* Description: * Description:
* Trun Off MAC Tx * Turn Off MAC Tx
* *
* Parameters: * Parameters:
* In: * In:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment