]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Documentation/gpu/rfc: fix toctree
authorJani Nikula <jani.nikula@intel.com>
Fri, 8 May 2026 11:12:09 +0000 (14:12 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 13 May 2026 08:07:12 +0000 (11:07 +0300)
Just one toctree is enough. The .rst suffixes are superfluous in the
toctree. Fix indent. Add missing newline at the end of the file.

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/c9678a78749a71cf86941f37116232dbc7c23b5f.1778238671.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Documentation/gpu/rfc/index.rst

index ef19b0ba2a3ea4d7a8727f0129892b693891b79f..26a7ebe6fb4459f3cefb494e33cdf441a2f4f6ac 100644 (file)
@@ -18,23 +18,9 @@ host such documentation:
 
 .. toctree::
 
-    gpusvm.rst
-
-.. toctree::
-
-    i915_gem_lmem.rst
-
-.. toctree::
-
-    i915_scheduler.rst
-
-.. toctree::
-
-    i915_small_bar.rst
-
-.. toctree::
-
-    i915_vm_bind.rst
-
-.. toctree::
-    color_pipeline.rst
\ No newline at end of file
+   gpusvm
+   i915_gem_lmem
+   i915_scheduler
+   i915_small_bar
+   i915_vm_bind
+   color_pipeline