summaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon/ethernet-tx.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-09-16 11:44:08 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-25 16:25:40 -0700
commit811a7519848d692d1b2f594af2409b6ddc6b0642 (patch)
tree47b7dc67692ae5e2b8678d54b6eb5e97fcf255e7 /drivers/staging/octeon/ethernet-tx.c
parenta9dfd408a94a84a167d06adb5a1319e21b9e6284 (diff)
downloadop-kernel-dev-811a7519848d692d1b2f594af2409b6ddc6b0642.zip
op-kernel-dev-811a7519848d692d1b2f594af2409b6ddc6b0642.tar.gz
staging: octeon: Fix typo in staging/octeon
Correct spelling typo in staging/octeon Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/octeon/ethernet-tx.c')
-rw-r--r--drivers/staging/octeon/ethernet-tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/octeon/ethernet-tx.c b/drivers/staging/octeon/ethernet-tx.c
index 5631dd9..dbfef1a 100644
--- a/drivers/staging/octeon/ethernet-tx.c
+++ b/drivers/staging/octeon/ethernet-tx.c
@@ -709,7 +709,7 @@ void cvm_oct_tx_initialize(void)
/* Disable the interrupt. */
cvmx_write_csr(CVMX_CIU_TIMX(1), 0);
- /* Register an IRQ hander for to receive CIU_TIMX(1) interrupts */
+ /* Register an IRQ handler to receive CIU_TIMX(1) interrupts */
i = request_irq(OCTEON_IRQ_TIMER1,
cvm_oct_tx_cleanup_watchdog, 0,
"Ethernet", cvm_oct_device);
OpenPOWER on IntegriCloud