Skip to content

Commit 30e18a8

Browse files
rddunlapjlahtine-intel
authored andcommitted
drm/i915/gem: reconcile Excess struct member kernel-doc warnings
Document nested struct members with full names as described in Documentation/doc-guide/kernel-doc.rst. i915_gem_context_types.h:420: warning: Excess struct member 'lock' description in 'i915_gem_context' 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]> 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 7353c3d) Signed-off-by: Joonas Lahtinen <[email protected]>
1 parent 584ebbe commit 30e18a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/i915/gem/i915_gem_context_types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,9 @@ struct i915_gem_context {
412412

413413
/** @stale: tracks stale engines to be destroyed */
414414
struct {
415-
/** @lock: guards engines */
415+
/** @stale.lock: guards engines */
416416
spinlock_t lock;
417-
/** @engines: list of stale engines */
417+
/** @stale.engines: list of stale engines */
418418
struct list_head engines;
419419
} stale;
420420
};

0 commit comments

Comments
 (0)