]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/xe/configfs: Fix documentation warning
authorLucas De Marchi <lucas.demarchi@intel.com>
Thu, 11 Sep 2025 19:36:26 +0000 (12:36 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 12 Sep 2025 16:36:43 +0000 (09:36 -0700)
commit2ec29456254822f638bd9673a225ea0eb2245382
treefe2a44e4e8125aea9b316387f9df954acabc51de
parentc34f9868dfb3888e1475e98b0bf112c2add2ddcd
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: e2b33fce5eb0 ("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>
drivers/gpu/drm/xe/xe_configfs.c