trivial: typo hnalder -> handler
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0f09a343da
commit
fafdbf84d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue