Commit a0385a84 authored by Francois Dugast's avatar Francois Dugast Committed by Rodrigo Vivi
Browse files

drm/xe: Fix some formatting issues in uAPI



Fix spacing, alignment, and repeated words in the documentation.

Reported-by: default avatarOded Gabbay <ogabbay@kernel.org>
Signed-off-by: default avatarFrancois Dugast <francois.dugast@intel.com>
Reviewed-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
parent fcca94c6
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ struct drm_xe_query_config {
#define XE_QUERY_CONFIG_GT_COUNT		4
#define XE_QUERY_CONFIG_MEM_REGION_COUNT	5
#define XE_QUERY_CONFIG_MAX_ENGINE_PRIORITY	6
#define XE_QUERY_CONFIG_NUM_PARAM		XE_QUERY_CONFIG_MAX_ENGINE_PRIORITY + 1
#define XE_QUERY_CONFIG_NUM_PARAM		(XE_QUERY_CONFIG_MAX_ENGINE_PRIORITY + 1)
	__u64 info[];
};

@@ -399,8 +399,8 @@ struct drm_xe_vm_bind_op {
	 * If this flag is clear and the IOCTL doesn't return an error, in
	 * practice the bind op is good and will complete.
	 *
	 * If this flag is set and doesn't return return an error, the bind op
	 * can still fail and recovery is needed. If configured, the bind op that
	 * If this flag is set and doesn't return an error, the bind op can
	 * still fail and recovery is needed. If configured, the bind op that
	 * caused the error will be captured in drm_xe_vm_bind_op_error_capture.
	 * Once the user sees the error (via a ufence +
	 * XE_VM_PROPERTY_BIND_OP_ERROR_CAPTURE_ADDRESS), it should free memory