summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorRafael Passos <rafael@rcpassos.me>2026-06-30 22:20:58 -0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2026-07-03 14:33:36 -0400
commit3a8bfa1f2af71ca21818253753fccc53337b7b9b (patch)
treec3932ccb3ad95cb4c5b525bfadbb855726bbef74 /include/uapi
parent84ed5b0a925721aaf069d36e18a99db966ff4e80 (diff)
downloadlinux-next-3a8bfa1f2af71ca21818253753fccc53337b7b9b.tar.gz
linux-next-3a8bfa1f2af71ca21818253753fccc53337b7b9b.zip
drm/xe: Documentation: fix chars used for subsection
Fixes "ERROR: A level 2 section cannot be used here". Equal signs are reserved for document titles. This file docs gets imported by driver-uapi.rst, and the page title is defined there. Signed-off-by: Rafael Passos <rafael@rcpassos.me> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Link: https://patch.msgid.link/20260701012141.167868-1-rafael@rcpassos.me Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> [Rodrigo modified the subject while pushing it]
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/drm/xe_drm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h
index 50c80af4ad4e..509202a7b13e 100644
--- a/include/uapi/drm/xe_drm.h
+++ b/include/uapi/drm/xe_drm.h
@@ -2537,21 +2537,21 @@ struct drm_xe_exec_queue_set_property {
* Refer to Documentation/netlink/specs/drm_ras.yaml for complete interface specification.
*
* Node Registration
- * =================
+ * -----------------
*
* The driver registers DRM RAS nodes for each error severity level.
* enum drm_xe_ras_error_severity defines the node-id, while DRM_XE_RAS_ERROR_SEVERITY_NAMES maps
* node-id to node-name.
*
* Error Classification
- * ====================
+ * --------------------
*
* Each node contains a list of error counters. Each error is identified by a error-id and
* an error-name. enum drm_xe_ras_error_component defines the error-id, while
* DRM_XE_RAS_ERROR_COMPONENT_NAMES maps error-id to error-name.
*
* User Interface
- * ==============
+ * --------------
*
* To retrieve error values of a error counter, userspace applications should
* follow the below steps: