diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2012-03-24 09:00:04 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-28 10:32:19 +0200 |
commit | a9d7e794ea66902a255be6e87f633286d04c2b39 (patch) | |
tree | 59cb4f366d9814ed1b28570ad7bb4ca531781024 /drivers/net/ethernet/realtek | |
parent | f1f996b66cc3908a8f5ffccc2ff41840e92f3b10 (diff) | |
download | linux-next-a9d7e794ea66902a255be6e87f633286d04c2b39.tar.gz |
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 'drivers/net/ethernet/realtek')
-rw-r--r-- | 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 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, |