aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2012-03-24 09:00:04 -0700
committerJiri Kosina <jkosina@suse.cz>2012-03-28 10:32:19 +0200
commita9d7e794ea66902a255be6e87f633286d04c2b39 (patch)
tree59cb4f366d9814ed1b28570ad7bb4ca531781024
parentkcore: fix spelling in read_kcore() comment (diff)
downloadlinux-dev-a9d7e794ea66902a255be6e87f633286d04c2b39.tar.xz
linux-dev-a9d7e794ea66902a255be6e87f633286d04c2b39.zip
r8169.c: fix comment typo
The below patch fixes a typo that I found while reading the code. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to '')
-rw-r--r--drivers/net/ethernet/realtek/r8169.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index 7a0c800b50ad..7f06508df9ff 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -4267,7 +4267,7 @@ static int rtl8169_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,