From: Justin P. Mattock Date: Sat, 24 Mar 2012 16:00:04 +0000 (-0700) Subject: r8169.c: fix comment typo X-Git-Tag: v2.6.39-400.9.0~338^2~24 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=14af14472d64c1bd74a8d9fb1110b9c408d454ff;p=users%2Fjedix%2Flinux-maple.git r8169.c: fix comment typo The below patch fixes a typo that I found while reading the code. (cherry picked from commit a9d7e794ea66902a255be6e87f633286d04c2b39) Signed-off-by: Justin P. Mattock Signed-off-by: Jiri Kosina Signed-off-by: Joe Jin --- diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index 197ecd876640..91ed7757570a 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c @@ -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,