dma-buf/fence: Fix one more kerneldoc warning
authorThierry Reding <treding@nvidia.com>
Fri, 8 Aug 2014 11:06:30 +0000 (13:06 +0200)
committerSumit Semwal <sumit.semwal@linaro.org>
Thu, 28 Aug 2014 06:29:38 +0000 (11:59 +0530)
The seqno_fence_init() function's cond argument isn't described in the
kerneldoc comment. Fix that to silence a warning when building DocBook
documentation.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
include/linux/seqno-fence.h

index 3d6003d..a1ba6a5 100644 (file)
@@ -62,6 +62,7 @@ to_seqno_fence(struct fence *fence)
  * @context: the execution context this fence is a part of
  * @seqno_ofs: the offset within @sync_buf
  * @seqno: the sequence # to signal on
+ * @cond: fence wait condition
  * @ops: the fence_ops for operations on this seqno fence
  *
  * This function initializes a struct seqno_fence with passed parameters,