Re: [PATCH] docs: gpu: nouveau.rst: fix a wrong path

From: Randy Dunlap
Date: Wed Jul 30 2025 - 15:17:25 EST




On 7/30/25 3:20 AM, Mauro Carvalho Chehab wrote:
> The nouveau.rst file is pointing to a file at the wrong path,
> causing doctree cache expires and forcing kernel-doc to run every
> time.
>
> Fix it.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>

Hi Mauro,

Bagas sent a patch for this on June 10 and it's already fixed in linux-next.
It's probably sitting in a DRM tree waiting for a PR.

Thanks.

> ---
> Documentation/gpu/nouveau.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/gpu/nouveau.rst b/Documentation/gpu/nouveau.rst
> index b8c801e0068c..cab2e81013bc 100644
> --- a/Documentation/gpu/nouveau.rst
> +++ b/Documentation/gpu/nouveau.rst
> @@ -25,7 +25,7 @@ providing a consistent API to upper layers of the driver stack.
> GSP Support
> ------------------------
>
> -.. kernel-doc:: drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c
> +.. kernel-doc:: drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/rpc.c
> :doc: GSP message queue element
>
> .. kernel-doc:: drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h

--
~Randy