lkml.org 
[lkml]   [2014]   [Oct]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] drm: Fix warning caused by missing description in drm_modeset_lock.h
Date
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@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


\
 
 \ /
  Last update: 2014-10-30 13:41    [W:0.040 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site