Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
fafdbf84
Commit
fafdbf84
authored
Feb 12, 2012
by
Uwe Kleine-König
Committed by
David S. Miller
Feb 13, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trivial: typo hnalder -> handler
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
0f09a343
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/net/ethernet/micrel/ks8851.c
drivers/net/ethernet/micrel/ks8851.c
+1
-1
drivers/net/ethernet/micrel/ks8851_mll.c
drivers/net/ethernet/micrel/ks8851_mll.c
+1
-1
No files found.
drivers/net/ethernet/micrel/ks8851.c
View file @
fafdbf84
...
@@ -445,7 +445,7 @@ static void ks8851_init_mac(struct ks8851_net *ks)
...
@@ -445,7 +445,7 @@ static void ks8851_init_mac(struct ks8851_net *ks)
/**
/**
* ks8851_irq - device interrupt handler
* ks8851_irq - device interrupt handler
* @irq: Interrupt number passed from the IRQ h
nald
er.
* @irq: Interrupt number passed from the IRQ h
andl
er.
* @pw: The private word passed to register_irq(), our struct ks8851_net.
* @pw: The private word passed to register_irq(), our struct ks8851_net.
*
*
* Disable the interrupt from happening again until we've processed the
* Disable the interrupt from happening again until we've processed the
...
...
drivers/net/ethernet/micrel/ks8851_mll.c
View file @
fafdbf84
...
@@ -839,7 +839,7 @@ static void ks_update_link_status(struct net_device *netdev, struct ks_net *ks)
...
@@ -839,7 +839,7 @@ static void ks_update_link_status(struct net_device *netdev, struct ks_net *ks)
/**
/**
* ks_irq - device interrupt handler
* ks_irq - device interrupt handler
* @irq: Interrupt number passed from the IRQ h
nald
er.
* @irq: Interrupt number passed from the IRQ h
andl
er.
* @pw: The private word passed to register_irq(), our struct ks_net.
* @pw: The private word passed to register_irq(), our struct ks_net.
*
*
* This is the handler invoked to find out what happened
* This is the handler invoked to find out what happened
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment