提交 a9d7e794 编写于 作者: J Justin P. Mattock 提交者: Jiri Kosina

r8169.c: fix comment typo

The below patch fixes a typo that I found while reading the code.
Signed-off-by: NJustin P. Mattock <justinmattock@gmail.com>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 f1f996b6
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册