diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2012-03-24 12:00:04 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-28 04:32:19 -0400 |
commit | a9d7e794ea66902a255be6e87f633286d04c2b39 (patch) | |
tree | 59cb4f366d9814ed1b28570ad7bb4ca531781024 /drivers/net/ethernet/realtek | |
parent | f1f996b66cc3908a8f5ffccc2ff41840e92f3b10 (diff) |
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) | |||
4267 | pm_runtime_get_sync(&pdev->dev); | 4267 | pm_runtime_get_sync(&pdev->dev); |
4268 | 4268 | ||
4269 | /* | 4269 | /* |
4270 | * Rx and Tx desscriptors needs 256 bytes alignment. | 4270 | * Rx and Tx descriptors needs 256 bytes alignment. |
4271 | * dma_alloc_coherent provides more. | 4271 | * dma_alloc_coherent provides more. |
4272 | */ | 4272 | */ |
4273 | tp->TxDescArray = dma_alloc_coherent(&pdev->dev, R8169_TX_RING_BYTES, | 4273 | tp->TxDescArray = dma_alloc_coherent(&pdev->dev, R8169_TX_RING_BYTES, |