Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1460391

[RFC 1/4] dma-buf/fence: kerneldoc: remove unused struct members

From Sumit Semwal <sumit.semwal@linaro.org>
Newsgroups linux.kernel
Subject [RFC 1/4] dma-buf/fence: kerneldoc: remove unused struct members
Date 2016-08-11 12:50 +0200
Message-ID <s4VIJ-2F7-19@gated-at.bofh.it> (permalink)
References <s4VIJ-2F7-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Commit 0431b9065f28ecf6c320fefebe0241620049984f ("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: 0431b9065f28 ("staging/android: bring struct sync_pt back")

Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
---
 include/linux/fence.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/fence.h b/include/linux/fence.h
index 1de1b3f6fb76..5aa95eb886f7 100644
--- a/include/linux/fence.h
+++ b/include/linux/fence.h
@@ -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
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[RFC 0/4] doc: dma-buf: sphinx conversion and cleanup  Sumit Semwal <sumit.semwal@linaro.org> - 2016-08-11 12:50 +0200
  [RFC 1/4] dma-buf/fence: kerneldoc: remove unused struct members Sumit Semwal <sumit.semwal@linaro.org> - 2016-08-11 12:50 +0200
  [RFC 2/4] dma-buf/fence: kerneldoc: remove spurious section header Sumit Semwal <sumit.semwal@linaro.org> - 2016-08-11 12:50 +0200
    Re: [RFC 2/4] dma-buf/fence: kerneldoc: remove spurious section  header Daniel Vetter <daniel@ffwll.ch> - 2016-08-12 11:00 +0200
  Re: [RFC 0/4] doc: dma-buf: sphinx conversion and cleanup Jonathan Corbet <corbet@lwn.net> - 2016-08-11 16:40 +0200
    Re: [RFC 0/4] doc: dma-buf: sphinx conversion and cleanup Sumit Semwal <sumit.semwal@linaro.org> - 2016-08-12 08:40 +0200
      Re: [RFC 0/4] doc: dma-buf: sphinx conversion and cleanup Daniel Vetter <daniel@ffwll.ch> - 2016-08-12 10:40 +0200

csiph-web