]> git.baikalelectronics.ru Git - kernel.git/commit
docs: Add request_irq() documentation
authorJonathan Corbet <corbet@lwn.net>
Fri, 4 Oct 2019 16:39:55 +0000 (10:39 -0600)
committerJonathan Corbet <corbet@lwn.net>
Mon, 18 Nov 2019 19:40:59 +0000 (12:40 -0700)
commit6a5d03ce81b8a50a3338c139ac1e12b43fde44f1
tree8095cccf51937932fb9663a74b8bbfce97d87326
parent16fad97b5a5332a8d9c88f4bcd2972c956f3b116
docs: Add request_irq() documentation

While checking the results of the :c:func: removal, I noticed that there
was no documentation for request_irq(), and request_threaded_irq() was not
mentioned at all.  Add a kerneldoc comment for request_irq() and add
request_threaded_irq() to the list of functions.

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/core-api/genericirq.rst
include/linux/interrupt.h