Skip to content

Commit

Permalink
dma-buf/fence: Fix one more kerneldoc warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thierry Reding authored and Sumit Semwal committed Aug 28, 2014
1 parent e9f3b79 commit 1f58d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/seqno-fence.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1f58d94

Please sign in to comment.