Commit fafdbf84 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by David S. Miller

trivial: typo hnalder -> handler

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0f09a343
......@@ -445,7 +445,7 @@ static void ks8851_init_mac(struct ks8851_net *ks)
/**
* ks8851_irq - device interrupt handler
* @irq: Interrupt number passed from the IRQ hnalder.
* @irq: Interrupt number passed from the IRQ handler.
* @pw: The private word passed to register_irq(), our struct ks8851_net.
*
* Disable the interrupt from happening again until we've processed the
......
......@@ -839,7 +839,7 @@ static void ks_update_link_status(struct net_device *netdev, struct ks_net *ks)
/**
* ks_irq - device interrupt handler
* @irq: Interrupt number passed from the IRQ hnalder.
* @irq: Interrupt number passed from the IRQ handler.
* @pw: The private word passed to register_irq(), our struct ks_net.
*
* This is the handler invoked to find out what happened
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment