[PATCH] drm: Fix warning caused by missing description in drm_modeset_lock.h

Masanari Iida standby24x7 at gmail.com
Thu Oct 30 04:59:13 PDT 2014


This patch fix following warning while "make xmldocs".

Warning(.//include/drm/drm_modeset_lock.h:61): No description
found for parameter 'trylock_only'

Signed-off-by: Masanari Iida <standby24x7 at gmail.com>
---
 include/drm/drm_modeset_lock.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/drm/drm_modeset_lock.h b/include/drm/drm_modeset_lock.h
index 75a5c45..60b2da6 100644
--- a/include/drm/drm_modeset_lock.h
+++ b/include/drm/drm_modeset_lock.h
@@ -33,6 +33,7 @@ struct drm_modeset_lock;
  * @ww_ctx: base acquire ctx
  * @contended: used internally for -EDEADLK handling
  * @locked: list of held locks
+ * @trylock_only: Trylock mode, use only for panic handlers
  *
  * Each thread competing for a set of locks must use one acquire
  * ctx.  And if any lock fxn returns -EDEADLK, it must backoff and
-- 
2.1.2.555.gfbecd99



More information about the dri-devel mailing list