Re: [PATCH] rust: kernel: list: fix incorrect pop_back example comment

From: Miguel Ojeda

Date: Sun Aug 23 2026 - 21:14:24 EST


On Mon, Aug 10, 2026 at 5:03 PM Nikolai Grlica
<nikolai@xxxxxxxxxxxxxxxxx> wrote:
>
> The example uses pop_back(), but the accompanying comment says
> pop_front(). Update the comment to match the example.
>
> Signed-off-by: Nikolai Grlica <nikolai@xxxxxxxxxxxxxxxxx>

Applied to `rust-fixes` -- thanks!

Cc: stable@xxxxxxxxxxxxxxx
Fixes: bf87a41b85d6 ("rust: list: Add an example for
`ListLinksSelfPtr` usage")

Cheers,
Miguel