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 <[email protected]> Cc: Jani Nikula <[email protected]> Cc: Joonas Lahtinen <[email protected]> Cc: Rodrigo Vivi <[email protected]> Cc: Tvrtko Ursulin <[email protected]> Cc: [email protected] Cc: Jonathan Corbet <[email protected]> Cc: [email protected] Reviewed-by: Rodrigo Vivi <[email protected]> Cc: Andi Shyti <[email protected]> Reviewed-by: Andi Shyti <[email protected]> Signed-off-by: Andi Shyti <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit cd1d911) Signed-off-by: Joonas Lahtinen <[email protected]>
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)