commit | 5ca470a0c3886b80ec13c3a19e9aae4c2f469202 | [log] [tgz] |
---|---|---|
author | Jonathan Corbet <corbet@lwn.net> | Fri Oct 04 10:39:55 2019 -0600 |
committer | Jonathan Corbet <corbet@lwn.net> | Mon Nov 18 12:40:59 2019 -0700 |
tree | 8095cccf51937932fb9663a74b8bbfce97d87326 | |
parent | e8a9e30d721196951e1c82bae208296d066ac272 [diff] |
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>