Initially I started out just getting rid of :c:func: clutter, but then noticed that request_irq() wasn't documented - I am guessing that got left behind when request_threaded_irq() came in. The second patch fixes that up as well. Happy to carry this up or let it go through the IRQ tree, whichever is preferable. Jonathan Corbet (2): docs: remove :c:func: from genericirq.rst docs: Add request_irq() documentation Documentation/core-api/genericirq.rst | 52 ++++++++++++++------------- include/linux/interrupt.h | 13 +++++++ 2 files changed, 40 insertions(+), 25 deletions(-) -- 2.21.0