]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
r8169.c: fix comment typo
authorJustin P. Mattock <justinmattock@gmail.com>
Sat, 24 Mar 2012 16:00:04 +0000 (09:00 -0700)
committerJoe Jin <joe.jin@oracle.com>
Wed, 29 Aug 2012 00:22:17 +0000 (08:22 +0800)
The below patch fixes a typo that I found while reading the code.

(cherry picked from commit a9d7e794ea66902a255be6e87f633286d04c2b39)
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/r8169.c

index 197ecd87664016ea953dcecad925624db176cd2c..91ed7757570a2861c1c8aa2a9b8fa001d57e93b6 100644 (file)
@@ -5628,7 +5628,7 @@ static int rtl_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,