diff options
author | Thierry Reding <treding@nvidia.com> | 2014-08-08 07:06:30 -0400 |
---|---|---|
committer | Sumit Semwal <sumit.semwal@linaro.org> | 2014-08-28 02:29:38 -0400 |
commit | 1f58d9465c568eb47cab939bbc4f30ae51863295 (patch) | |
tree | 8d40789e2a7fb3016e6b542c5be544678a780806 | |
parent | e9f3b796484db7682ca93a255adb7677446cf9e1 (diff) |
dma-buf/fence: Fix one more kerneldoc warning
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>
-rw-r--r-- | include/linux/seqno-fence.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/seqno-fence.h b/include/linux/seqno-fence.h index 3d6003de4b0d..a1ba6a5ccdd6 100644 --- a/include/linux/seqno-fence.h +++ b/include/linux/seqno-fence.h | |||
@@ -62,6 +62,7 @@ to_seqno_fence(struct fence *fence) | |||
62 | * @context: the execution context this fence is a part of | 62 | * @context: the execution context this fence is a part of |
63 | * @seqno_ofs: the offset within @sync_buf | 63 | * @seqno_ofs: the offset within @sync_buf |
64 | * @seqno: the sequence # to signal on | 64 | * @seqno: the sequence # to signal on |
65 | * @cond: fence wait condition | ||
65 | * @ops: the fence_ops for operations on this seqno fence | 66 | * @ops: the fence_ops for operations on this seqno fence |
66 | * | 67 | * |
67 | * This function initializes a struct seqno_fence with passed parameters, | 68 | * This function initializes a struct seqno_fence with passed parameters, |