From: Justin P. Mattock Date: Sat, 24 Mar 2012 16:00:04 +0000 (-0700) Subject: r8169.c: fix comment typo X-Git-Tag: upstream/snapshot3+hdmi~7431^2~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9d7e794ea66902a255be6e87f633286d04c2b39;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git r8169.c: fix comment typo The below patch fixes a typo that I found while reading the code. Signed-off-by: Justin P. Mattock Signed-off-by: Jiri Kosina --- diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c index 7a0c800..7f06508 100644 --- a/drivers/net/ethernet/realtek/r8169.c +++ b/drivers/net/ethernet/realtek/r8169.c @@ -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,