Skip to content

Commit

Permalink
fence: add missing descriptions for fence
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
luisbg authored and sumitsemwal committed May 31, 2016
1 parent eae1760 commit 4320c2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/fence.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ struct fence_cb;
* @timestamp: Timestamp when the fence was signaled.
* @status: Optional, only valid if < 0, must be set before calling
* fence_signal, indicates that the fence has completed with an error.
* @child_list: list of children fences
* @active_list: list of active fences
*
* the flags member must be manipulated and read using the appropriate
* atomic ops (bit_*), so taking the spinlock will not be needed most
Expand Down

0 comments on commit 4320c2a

Please sign in to comment.