linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: nouveau: remove invalid kernel-doc reference to r535.c
@ 2025-06-16  2:17 HyeonSu Jeon
  2025-06-16  3:04 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: HyeonSu Jeon @ 2025-06-16  2:17 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, airlied, simona, corbet
  Cc: HyeonSu Jeon, dri-devel, linux-doc, linux-kernel

The file drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c does not exist
in the tree, but is referenced in gsp.rst via a kernel-doc directive.
This causes an error during the documentation build

Removing this refernce resolves the error

Signed-off-by: HyeonSu Jeon <dev.hyeonsu.jeon@gmail.com>
---
 Documentation/gpu/nouveau.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Documentation/gpu/nouveau.rst b/Documentation/gpu/nouveau.rst
index b8c801e0068c..cab4a8eda850 100644
--- a/Documentation/gpu/nouveau.rst
+++ b/Documentation/gpu/nouveau.rst
@@ -25,8 +25,5 @@ providing a consistent API to upper layers of the driver stack.
 GSP Support
 ------------------------
 
-.. kernel-doc:: drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c
-   :doc: GSP message queue element
-
 .. kernel-doc:: drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h
    :doc: GSP message handling policy
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: nouveau: remove invalid kernel-doc reference to r535.c
  2025-06-16  2:17 [PATCH] docs: nouveau: remove invalid kernel-doc reference to r535.c HyeonSu Jeon
@ 2025-06-16  3:04 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2025-06-16  3:04 UTC (permalink / raw)
  To: HyeonSu Jeon, maarten.lankhorst, mripard, airlied, simona, corbet
  Cc: dri-devel, linux-doc, linux-kernel

Hi,

On 6/15/25 7:17 PM, HyeonSu Jeon wrote:
> The file drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c does not exist
> in the tree, but is referenced in gsp.rst via a kernel-doc directive.
> This causes an error during the documentation build
> 
> Removing this refernce resolves the error
> 
> Signed-off-by: HyeonSu Jeon <dev.hyeonsu.jeon@gmail.com>

Thanks for your patch.
A previous patch has already been applied to drm-misc-fixes:

https://lore.kernel.org/linux-doc/20250611020805.22418-2-bagasdotme@gmail.com/

> ---
>  Documentation/gpu/nouveau.rst | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/Documentation/gpu/nouveau.rst b/Documentation/gpu/nouveau.rst
> index b8c801e0068c..cab4a8eda850 100644
> --- a/Documentation/gpu/nouveau.rst
> +++ b/Documentation/gpu/nouveau.rst
> @@ -25,8 +25,5 @@ providing a consistent API to upper layers of the driver stack.
>  GSP Support
>  ------------------------
>  
> -.. kernel-doc:: drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c
> -   :doc: GSP message queue element
> -
>  .. kernel-doc:: drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h
>     :doc: GSP message handling policy

-- 
~Randy


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-16  3:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-16  2:17 [PATCH] docs: nouveau: remove invalid kernel-doc reference to r535.c HyeonSu Jeon
2025-06-16  3:04 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).