]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Add missing '@' prefix to kernel-doc member tags
authorShuicheng Lin <shuicheng.lin@intel.com>
Tue, 14 Apr 2026 22:54:31 +0000 (22:54 +0000)
committerShuicheng Lin <shuicheng.lin@intel.com>
Thu, 16 Apr 2026 15:31:59 +0000 (08:31 -0700)
commit4e12b3b53b5239619f55ab04537c3e854dd1c140
tree74a20d7a8ca0063e78ed725f8aa93129133fbfae
parentef838419059c2b579e0153335065a2f6f48f10a5
drm/xe: Add missing '@' prefix to kernel-doc member tags

Add the required '@' prefix to member documentation tags that were
missing it. Without the prefix, kernel-doc does not associate the
comment with the struct member.

- xe_guc_ct_types.h: snapshot_ct -> @snapshot_ct,
  snapshot_log -> @snapshot_log
- xe_pagefault_types.h: consumer.reserved -> @consumer.reserved
- xe_pt_types.h: addr -> @addr

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