Skip to content

Commit 53cd65a

Browse files
rddunlapjlahtine-intel
authored andcommitted
drm/i915/gt: reconcile Excess struct member kernel-doc warnings
Document nested struct members with full names as described in Documentation/doc-guide/kernel-doc.rst. intel_gsc.h:34: warning: Excess struct member 'gem_obj' description in 'intel_gsc' Also add missing field member descriptions. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jani Nikula <jani.nikula@linux.intel.com> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com> Cc: intel-gfx@lists.freedesktop.org Cc: Jonathan Corbet <corbet@lwn.net> Cc: dri-devel@lists.freedesktop.org Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Cc: Andi Shyti <andi.shyti@linux.intel.com> Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com> Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231228234946.12405-1-rdunlap@infradead.org (cherry picked from commit cd1d911) Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
1 parent 30e18a8 commit 53cd65a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

drivers/gpu/drm/i915/gt/intel_gsc.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ struct mei_aux_device;
2121
/**
2222
* struct intel_gsc - graphics security controller
2323
*
24-
* @gem_obj: scratch memory GSC operations
25-
* @intf : gsc interface
24+
* @intf: gsc interface
25+
* @intf.adev: MEI aux. device for this @intf
26+
* @intf.gem_obj: scratch memory GSC operations
27+
* @intf.irq: IRQ for this device (%-1 for no IRQ)
28+
* @intf.id: this interface's id number/index
2629
*/
2730
struct intel_gsc {
2831
struct intel_gsc_intf {

0 commit comments

Comments
 (0)