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

Commit 8a5846bf authored by Daniel Vetter's avatar Daniel Vetter
Browse files

doc/dma-buf: Fix up include directives



Would be great if everony could add

$ make DOCBOOKS="" htmldocs

to their build scripts to catch these. 0day should also report them,
not sure why it failed to spot this.

Fixes: f54d1867 ("dma-buf: Rename struct fence to dma_fence")
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Christian König <christian.koenig@amd.com>
Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20161114115825.22050-4-daniel.vetter@ffwll.ch
parent ebc896db
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -86,10 +86,10 @@ reservation
fence
fence
~~~~~
~~~~~


.. kernel-doc:: drivers/dma-buf/fence.c
.. kernel-doc:: drivers/dma-buf/dma-fence.c
   :export:
   :export:


.. kernel-doc:: include/linux/fence.h
.. kernel-doc:: include/linux/dma-fence.h
   :internal:
   :internal:


.. kernel-doc:: drivers/dma-buf/seqno-fence.c
.. kernel-doc:: drivers/dma-buf/seqno-fence.c
@@ -98,10 +98,10 @@ fence
.. kernel-doc:: include/linux/seqno-fence.h
.. kernel-doc:: include/linux/seqno-fence.h
   :internal:
   :internal:


.. kernel-doc:: drivers/dma-buf/fence-array.c
.. kernel-doc:: drivers/dma-buf/dma-fence-array.c
   :export:
   :export:


.. kernel-doc:: include/linux/fence-array.h
.. kernel-doc:: include/linux/dma-fence-array.h
   :internal:
   :internal:


.. kernel-doc:: drivers/dma-buf/reservation.c
.. kernel-doc:: drivers/dma-buf/reservation.c
+1 −1
Original line number Original line Diff line number Diff line
@@ -225,7 +225,7 @@ static inline struct dma_fence *dma_fence_get_rcu(struct dma_fence *fence)


/**
/**
 * dma_fence_get_rcu_safe  - acquire a reference to an RCU tracked fence
 * dma_fence_get_rcu_safe  - acquire a reference to an RCU tracked fence
 * @fence:	[in]	pointer to fence to increase refcount of
 * @fencep:	[in]	pointer to fence to increase refcount of
 *
 *
 * Function returns NULL if no refcount could be obtained, or the fence.
 * Function returns NULL if no refcount could be obtained, or the fence.
 * This function handles acquiring a reference to a fence that may be
 * This function handles acquiring a reference to a fence that may be