]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Fix kernel-doc comment syntax issues in header files
authorShuicheng Lin <shuicheng.lin@intel.com>
Tue, 14 Apr 2026 22:54:32 +0000 (22:54 +0000)
committerShuicheng Lin <shuicheng.lin@intel.com>
Thu, 16 Apr 2026 15:32:00 +0000 (08:32 -0700)
commit7f46eefbf5dbe309cd7a876db69f758d0b8b9784
treeef9f2ed61be5d6dc4b66cf543340a08e4c0a19b5
parent4e12b3b53b5239619f55ab04537c3e854dd1c140
drm/xe: Fix kernel-doc comment syntax issues in header files

Fix doc comment formatting that does not conform to kernel-doc syntax
rules:

- xe_guc_relay_types.h: Add missing space after '/**' in member doc
  comment (/**@lock -> /** @lock)
- xe_oa_types.h: Fix struct documentation to use proper kernel-doc
  format (/** @xe_oa_buffer: -> /** struct xe_oa_buffer -)
- xe_pagefault_types.h: Use dash instead of colon as separator in
  struct doc (struct xe_pagefault_queue: -> struct xe_pagefault_queue -)
- xe_pt_walk.h: Use dash instead of colon as separator in function
  docs (xe_pt_num_entries: -> xe_pt_num_entries -,
  xe_pt_offset: -> xe_pt_offset -)

Assisted-by: GitHub Copilot:claude-sonnet-4.6
Reviewed-by: Brian Nguyen <brian3.nguyen@intel.com>
Link: https://patch.msgid.link/20260414225457.3687449-4-shuicheng.lin@intel.com
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
drivers/gpu/drm/xe/xe_guc_relay_types.h
drivers/gpu/drm/xe/xe_oa_types.h
drivers/gpu/drm/xe/xe_pagefault_types.h
drivers/gpu/drm/xe/xe_pt_walk.h