[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250616021742.8304-1-dev.hyeonsu.jeon@gmail.com>
Date: Sun, 15 Jun 2025 19:17:42 -0700
From: HyeonSu Jeon <dev.hyeonsu.jeon@...il.com>
To: maarten.lankhorst@...ux.intel.com,
mripard@...nel.org,
airlied@...il.com,
simona@...ll.ch,
corbet@....net
Cc: HyeonSu Jeon <dev.hyeonsu.jeon@...il.com>,
dri-devel@...ts.freedesktop.org,
linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] docs: nouveau: remove invalid kernel-doc reference to r535.c
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@...il.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
Powered by blists - more mailing lists