Re: [PATCH] rust: print: fix broken `_printk` Rustdoc link
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CANiq72mR6hydbO7Srrv9T+Np29Dw4NK5wcxWz68S7vsN+UZZUQ@mail.gmail.com> |
On Fri, Jul 17, 2026 at 1:44 PM Younes Akhouayri via B4 Relay <[email protected]> wrote: > > From: Younes Akhouayri <[email protected]> > > The Rustdoc link for `_printk` points to `include/linux/_printk.h`, > which does not exist. Point it to `include/linux/printk.h`, where > `_printk` is declared. > > Fixes: 247b365dc8dc ("rust: add `kernel` crate") > Signed-off-by: Younes Akhouayri <[email protected]> Looks good to me, thanks for reporting it and fixing it! Link: https://github.com/Rust-for-Linux/linux/issues/1246 (Normally it would be Closes:, but there are two issues in the same one, so we use Link: for that instead.) Finally, given it is `doc(hidden)`, I will skip Cc: stable@ -- if the stable team auto-selects it, it is fine. Cheers, Miguel