diff mbox series

Fix drm documentation warning

Message ID 20230208030523.759146-1-awkrail01@gmail.com (mailing list archive)
State New, archived
Headers show
Series Fix drm documentation warning | expand

Commit Message

Taichi Nishimura Feb. 8, 2023, 3:05 a.m. UTC
Signed-off-by: Taichi Nishimura <awkrail01@gmail.com>
---
 include/drm/drm_file.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/include/drm/drm_file.h b/include/drm/drm_file.h
index 0d1f853092ab..cffccf6b94de 100644
--- a/include/drm/drm_file.h
+++ b/include/drm/drm_file.h
@@ -407,8 +407,6 @@  static inline bool drm_is_render_client(const struct drm_file *file_priv)
  *
  * Returns true if this is an open file of the compute acceleration node, i.e.
  * &drm_file.minor of @file_priv is a accel minor.
- *
- * See also the :ref:`section on accel nodes <drm_accel_node>`.
  */
 static inline bool drm_is_accel_client(const struct drm_file *file_priv)
 {