Skip to content

Commit

Permalink
devres: typo fix s/dev/devm/
Browse files Browse the repository at this point in the history
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
baruchsiach authored and Jiri Kosina committed Feb 5, 2010
1 parent 350f825 commit 9ce8e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/irq/devres.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ EXPORT_SYMBOL(devm_request_threaded_irq);
* Except for the extra @dev argument, this function takes the
* same arguments and performs the same function as free_irq().
* This function instead of free_irq() should be used to manually
* free IRQs allocated with dev_request_irq().
* free IRQs allocated with devm_request_irq().
*/
void devm_free_irq(struct device *dev, unsigned int irq, void *dev_id)
{
Expand Down

0 comments on commit 9ce8e49

Please sign in to comment.