[PATCH]drivers:net:ethernet:realtek:r8169.c Typo in r8169.c

From: Justin P. Mattock
Date: Sat Mar 24 2012 - 12:00:58 EST


From: "Justin P. Mattock" <justinmattock@xxxxxxxxx>

The below patch fixes a typo that I found while reading the code.

Signed-off-by: Justin P. Mattock <justinmattock@xxxxxxxxx>

---
drivers/net/ethernet/realtek/r8169.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index 27c358c..324cd96 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -5669,7 +5669,7 @@ static int rtl_open(struct net_device *dev)
pm_runtime_get_sync(&pdev->dev);

/*
- * Rx and Tx desscriptors needs 256 bytes alignment.
+ * Rx and Tx descriptors needs 256 bytes alignment.
* dma_alloc_coherent provides more.
*/
tp->TxDescArray = dma_alloc_coherent(&pdev->dev, R8169_TX_RING_BYTES,
--
1.7.5.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/