diff mbox

dma-buf: fix <linux/seqno-fence.h> kernel-doc warning

Message ID 53EFC9F1.9040307@infradead.org (mailing list archive)
State New, archived
Headers show

Commit Message

Randy Dunlap Aug. 16, 2014, 9:15 p.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Fix kernel-doc warning, missing parameter description:

Warning(..//include/linux/seqno-fence.h:99): No description found for parameter 'cond'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Rob Clark <robdclark@gmail.com>
Cc: Maarten Lankhorst <maarten.lankhorst@canonical.com>
---
 include/linux/seqno-fence.h |    1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

Index: lnx-317-rc1/include/linux/seqno-fence.h
===================================================================
--- lnx-317-rc1.orig/include/linux/seqno-fence.h
+++ lnx-317-rc1/include/linux/seqno-fence.h
@@ -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: the fence condition to check
  * @ops: the fence_ops for operations on this seqno fence
  *
  * This function initializes a struct seqno_fence with passed parameters,