diff options
author | Gustavo A. R. Silva <silvagustavosilva@gmail.com> | 2015-01-11 21:44:39 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-17 23:00:23 (GMT) |
commit | f5801a81762336909c02e8c2ffef48a9084a258f (patch) | |
tree | e53edc98d030401182015065cebc345298deb511 | |
parent | 85fdebc3ed5e5670dcc549fe68d99c0ffb2e595e (diff) | |
download | linux-f5801a81762336909c02e8c2ffef48a9084a258f.tar.xz |
Staging: octeon: Fixed a typo
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>
-rw-r--r-- | drivers/staging/octeon/ethernet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/octeon/ethernet.c b/drivers/staging/octeon/ethernet.c index ee32149..460e854 100644 --- a/drivers/staging/octeon/ethernet.c +++ b/drivers/staging/octeon/ethernet.c @@ -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); |