]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
r8169.c: fix comment typo
authorJustin P. Mattock <justinmattock@gmail.com>
Sat, 24 Mar 2012 16:00:04 +0000 (09:00 -0700)
committerJiri Kosina <jkosina@suse.cz>
Wed, 28 Mar 2012 08:32:19 +0000 (10:32 +0200)
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>
drivers/net/ethernet/realtek/r8169.c

index 7a0c800b50adc90051ed008548a754f1af6b5695..7f06508df9ff2bc24939536c577916db3345338c 100644 (file)
@@ -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,