Skip to content

Commit

Permalink
r8169.c: fix comment typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Justin P. Mattock authored and Jiri Kosina committed Mar 28, 2012
1 parent f1f996b commit a9d7e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/realtek/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a9d7e79

Please sign in to comment.