Re: [PATCH] gpu: nova-core: gsp: fix a broken doc link on GspMessage
From: Gary Guo
Date: Sat Sep 05 2026 - 10:26:09 EST
On Sat Sep 5, 2026 at 3:38 AM BST, John Hubbard wrote:
> The doc comment on the GSP message type names Cmdq as the type that
> defines wait_for_msg. That method belongs to CmdqInner, so the link has
> no target. Nothing catches the break, because rustdoc resolves a link
> only in an item it documents, and the kernel's rustdoc run skips private
> items.
>
> Point the link at CmdqInner.
>
> Assisted-by: Cursor:claude-opus-5
nit: kernel policy has changed and this should just say "Assisted-by: LLM" now.
> Signed-off-by: John Hubbard <jhubbard@xxxxxxxxxx>
Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>
> ---
> drivers/gpu/nova-core/gsp/cmdq.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)