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

From: Masanari Iida
Date: Thu Oct 30 2014 - 07:59:32 EST


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@xxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/