]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/irq/devres.c
Merge branch 'amd-iommu/fixes' into iommu/fixes
[karo-tx-linux.git] / kernel / irq / devres.c
index d06df9c41cba2cf4aee477737e341ad98d6c1493..1ef4ffcdfa55b40ef17b0ff4aef0c6533b226308 100644 (file)
@@ -42,7 +42,7 @@ static int devm_irq_match(struct device *dev, void *res, void *data)
  *     automatically freed on driver detach.
  *
  *     If an IRQ allocated with this function needs to be freed
- *     separately, dev_free_irq() must be used.
+ *     separately, devm_free_irq() must be used.
  */
 int devm_request_threaded_irq(struct device *dev, unsigned int irq,
                              irq_handler_t handler, irq_handler_t thread_fn,
@@ -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)
 {