Skip to content

Commit 2ec2945

Browse files
committed
drm/xe/configfs: Fix documentation warning
Fix this warning while building the documentation: Documentation/gpu/xe/xe_configfs:9: drivers/gpu/drm/xe/xe_configfs.c:138: WARNING: Definition list ends without a blank line; unexpected unindent. That also makes it better formatted in the output. While at it, also fix the underline length in "Overview". Fixes: e2b33fc ("drm/xe/configfs: Improve documentation steps") Reviewed-by: Raag Jadav <raag.jadav@intel.com> Link: https://lore.kernel.org/r/20250911-wa-bb-cmds-v4-2-c8f7e48f7eae@intel.com Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
1 parent c34f986 commit 2ec2945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/xe/xe_configfs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* DOC: Xe Configfs
2222
*
2323
* Overview
24-
* =========
24+
* ========
2525
*
2626
* Configfs is a filesystem-based manager of kernel objects. XE KMD registers a
2727
* configfs subsystem called ``xe`` that creates a directory in the mounted
@@ -34,7 +34,7 @@
3434
*
3535
* To create a device, the ``xe`` module should already be loaded, but some
3636
* attributes can only be set before binding the device. It can be accomplished
37-
* by blocking the driver autoprobe:
37+
* by blocking the driver autoprobe::
3838
*
3939
* # echo 0 > /sys/bus/pci/drivers_autoprobe
4040
* # modprobe xe

0 commit comments

Comments
 (0)