Re: [PATCH] rust: irq: fix C header path in module docs
Miguel Ojeda <[email protected]>
| Newsgroups | dev.linux.lists.driver-core,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <CANiq72nuYjagAecdrd=w+R06Y-fRciMy1PZ1kfWOjqEhjL+NDg@mail.gmail.com> |
On Fri, Jul 17, 2026 at 3:27 PM Younes Akhouayri via B4 Relay <[email protected]> wrote: > > From: Younes Akhouayri <[email protected]> > > The IRQ module documentation displays `include/linux/device.h`, while > the link points to `include/linux/interrupt.h`. The module wraps the IRQ > registration interfaces declared in `include/linux/interrupt.h`, so fix > the displayed header path. > > Fixes: 1f54d5e5cd2a ("rust: irq: add irq module") > Link: https://github.com/Rust-for-Linux/linux/issues/1246 > Signed-off-by: Younes Akhouayri <[email protected]> Looks good, thanks for these, for adding the Link: for this one and for backlinking in the GitHub issue, I appreciate that! Cheers, Miguel