All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] drm/i915/gem: reconcile Excess struct member kernel-doc warnings
@ 2023-12-21  3:20 ` Randy Dunlap
  0 siblings, 0 replies; 16+ messages in thread
From: Randy Dunlap @ 2023-12-21  3:20 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Jonathan Corbet, intel-gfx, dri-devel, Rodrigo Vivi

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 <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
---
 drivers/gpu/drm/i915/gem/i915_gem_context_types.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -- a/drivers/gpu/drm/i915/gem/i915_gem_context_types.h b/drivers/gpu/drm/i915/gem/i915_gem_context_types.h
--- a/drivers/gpu/drm/i915/gem/i915_gem_context_types.h
+++ b/drivers/gpu/drm/i915/gem/i915_gem_context_types.h
@@ -412,9 +412,9 @@ struct i915_gem_context {
 
 	/** @stale: tracks stale engines to be destroyed */
 	struct {
-		/** @lock: guards engines */
+		/** @stale.lock: guards engines */
 		spinlock_t lock;
-		/** @engines: list of stale engines */
+		/** @stale.engines: list of stale engines */
 		struct list_head engines;
 	} stale;
 };

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-12-26 19:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-21  3:20 [PATCH 1/4] drm/i915/gem: reconcile Excess struct member kernel-doc warnings Randy Dunlap
2023-12-21  3:20 ` Randy Dunlap
2023-12-21  3:20 ` Randy Dunlap
2023-12-21  3:20 ` [PATCH 2/4] drm/i915/gt: " Randy Dunlap
2023-12-21  3:20   ` Randy Dunlap
2023-12-21  3:20   ` Randy Dunlap
2023-12-21  3:20 ` [PATCH 3/4] drm/i915/guc: " Randy Dunlap
2023-12-21  3:20   ` Randy Dunlap
2023-12-21  3:20   ` Randy Dunlap
2023-12-21  3:20 ` [PATCH 4/4] drm/i915/perf: " Randy Dunlap
2023-12-21  3:20   ` Randy Dunlap
2023-12-21  3:20   ` Randy Dunlap
2023-12-26 17:05   ` Rodrigo Vivi
2023-12-26 17:05     ` Rodrigo Vivi
2023-12-26 19:49     ` Randy Dunlap
2023-12-26 19:49       ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.