Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0951e458 authored by Sumit Semwal's avatar Sumit Semwal
Browse files

dma-buf/fence: kerneldoc: remove unused struct members



Commit 0431b906 ("staging/android: bring
struct sync_pt back") removed child_list and active_list from struct fence,
but left it in kernel doc. Delete them.

Fixes: 0431b906 ("staging/android: bring struct sync_pt back")

Signed-off-by: default avatarSumit Semwal <sumit.semwal@linaro.org>
Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1470912480-32304-2-git-send-email-sumit.semwal@linaro.org
parent 5a78ff7b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -49,8 +49,6 @@ 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