Skip to content

Commit 4320c2a

Browse files
luisbgsumitsemwal
authored andcommitted
fence: add missing descriptions for fence
The members child_list and active_list were added to the fence struct without descriptions for the Documentation. Adding these. Fixes: b55b54b ("staging/android: remove struct sync_pt") Signed-off-by: Luis de Bethencourt <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Reviewed-by: Gustavo Padovan <[email protected]> Signed-off-by: Sumit Semwal <[email protected]>
1 parent eae1760 commit 4320c2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/linux/fence.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ struct fence_cb;
4949
* @timestamp: Timestamp when the fence was signaled.
5050
* @status: Optional, only valid if < 0, must be set before calling
5151
* fence_signal, indicates that the fence has completed with an error.
52+
* @child_list: list of children fences
53+
* @active_list: list of active fences
5254
*
5355
* the flags member must be manipulated and read using the appropriate
5456
* atomic ops (bit_*), so taking the spinlock will not be needed most

0 commit comments

Comments
 (0)