Staging: octeon: Fixed a typo
authorGustavo A. R. Silva <silvagustavosilva@gmail.com>
Sun, 11 Jan 2015 21:44:39 +0000 (15:44 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 23:00:23 +0000 (15:00 -0800)
Fixed a typo in ethernet.c file.

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/ethernet.c

index ee321496dcddec1a54e2fb308711561e002fa028..460e8545904fe174dc21cb68e81f9b22b0cd5e75 100644 (file)
@@ -798,7 +798,7 @@ static int cvm_oct_probe(struct platform_device *pdev)
        cvm_oct_rx_initialize();
 
        /*
-        * 150 uS: about 10 1500-byte packtes at 1GE.
+        * 150 uS: about 10 1500-byte packets at 1GE.
         */
        cvm_oct_tx_poll_interval = 150 * (octeon_get_clock_rate() / 1000000);
 
This page took 0.025297 seconds and 5 git commands to generate.