Commit 20ade9c3 authored by Lucas De Marchi's avatar Lucas De Marchi
Browse files

drm/xe: Reword exec_queue and vm lock doc

parent 83db047d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -588,7 +588,7 @@ struct xe_file {
		/** @vm.xe: xarray to store VMs */
		struct xarray xa;
		/**
		 * @vm.lock: Protects VM lookup + reference and removal a from
		 * @vm.lock: Protects VM lookup + reference and removal from
		 * file xarray. Not an intended to be an outer lock which does
		 * thing while being held.
		 */
@@ -601,8 +601,8 @@ struct xe_file {
		struct xarray xa;
		/**
		 * @exec_queue.lock: Protects exec queue lookup + reference and
		 * removal a frommfile xarray. Not an intended to be an outer
		 * lock which does thing while being held.
		 * removal from file xarray. Not intended to be an outer lock
		 * which does things while being held.
		 */
		struct mutex lock;
	} exec_queue;