Re: [PATCH] rust: irq: fix C header path in module docs

From: Miguel Ojeda

Date: Fri Jul 17 2026 - 10:34:26 EST


On Fri, Jul 17, 2026 at 3:27 PM Younes Akhouayri via B4 Relay
<devnull+git.younes.io@xxxxxxxxxx> wrote:
>
> From: Younes Akhouayri <git@xxxxxxxxx>
>
> 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 <git@xxxxxxxxx>

Looks good, thanks for these, for adding the Link: for this one and
for backlinking in the GitHub issue, I appreciate that!

Cheers,
Miguel