]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Fix comments in xe_gt struct
authorShuicheng Lin <shuicheng.lin@intel.com>
Mon, 6 Oct 2025 15:13:18 +0000 (15:13 +0000)
committerMatthew Brost <matthew.brost@intel.com>
Mon, 13 Oct 2025 19:28:27 +0000 (12:28 -0700)
commit604be9dad8f6a25a7afa898e29c6b6b4f9243200
tree95e38a807d0d70b4de3a19922618546e134431a7
parent9b42321a02c50a12b2beb6ae9469606257fbecea
drm/xe: Fix comments in xe_gt struct

Correct several spelling and grammar issues in xe_gt struct
documentation to improve readability:

- Fix "to not" -> "do not".
- Fix "mmigrations" -> "migrations".
- Fix "Multiple queues exists" -> "Multiple queues exist".
- Fix "are be processed" -> "to be processed".
- Fix "have being processed" -> "have been processed".

These changes are purely cosmetic and do not affect functionality.

v2: drop kernel-doc formatting change. (Jani)

Cc: Jani Nikula <jani.nikula@linux.intel.com>
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Link: https://lore.kernel.org/r/20251006151317.2553182-2-shuicheng.lin@intel.com
drivers/gpu/drm/xe/xe_gt_types.h