Re: [PATCH] rust: print: fix broken `_printk` Rustdoc link
Miguel Ojeda <[email protected]> Mon, 3 Aug 2026 08:05:43 +0200
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CANiq72nWvP1mRN8=6dxQP4yYC1foSJzXOLXN=Bw4nC3sFbeizw@mail.gmail.com> |
On Fri, Jul 17, 2026 at 1:44=E2=80=AFPM 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]> Applied to `rust-next` -- thanks everyone! Cheers, Miguel