doc: Update references to previously renamed files

Submitted by Anna Karas on Sept. 27, 2019, 11:15 a.m.

Details

Message ID 20190927111504.20136-1-anna.karas@intel.com
State New
Headers show
Series "drm/i915: Update references to previously renamed files" ( rev: 2 ) in Intel GFX

Not browsing as part of any series.

Commit Message

Anna Karas Sept. 27, 2019, 11:15 a.m.
Update references to reservation.c and reservation.h since these files
have been renamed to dma-resv.c and dma-resv.h respectively.

Cc: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/323401/?series=65037&rev=1
Signed-off-by: Anna Karas <anna.karas@intel.com>
---
 Documentation/driver-api/dma-buf.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Patch hide | download patch | download mbox

diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst
index b541e97c7ab1..c78db28519f7 100644
--- a/Documentation/driver-api/dma-buf.rst
+++ b/Documentation/driver-api/dma-buf.rst
@@ -118,13 +118,13 @@  Kernel Functions and Structures Reference
 Reservation Objects
 -------------------
 
-.. kernel-doc:: drivers/dma-buf/reservation.c
+.. kernel-doc:: drivers/dma-buf/dma-resv.c
    :doc: Reservation Object Overview
 
-.. kernel-doc:: drivers/dma-buf/reservation.c
+.. kernel-doc:: drivers/dma-buf/dma-resv.c
    :export:
 
-.. kernel-doc:: include/linux/reservation.h
+.. kernel-doc:: include/linux/dma-resv.h
    :internal:
 
 DMA Fences

Comments

Am 27.09.19 um 13:15 schrieb Anna Karas:
> Update references to reservation.c and reservation.h since these files

> have been renamed to dma-resv.c and dma-resv.h respectively.

>

> Cc: Christian König <christian.koenig@amd.com>

> Link: https://patchwork.freedesktop.org/patch/323401/?series=65037&rev=1

> Signed-off-by: Anna Karas <anna.karas@intel.com>


Reviewed-by: Christian König <christian.koenig@amd.com>


You should also send that to a couple of more mailing list, only CCing 
intel-gfx is not really appropriate for that code.

Leave me a note when you need to get this committed to drm-misc-fixes.

Regards,
Christian.

> ---

>   Documentation/driver-api/dma-buf.rst | 6 +++---

>   1 file changed, 3 insertions(+), 3 deletions(-)

>

> diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst

> index b541e97c7ab1..c78db28519f7 100644

> --- a/Documentation/driver-api/dma-buf.rst

> +++ b/Documentation/driver-api/dma-buf.rst

> @@ -118,13 +118,13 @@ Kernel Functions and Structures Reference

>   Reservation Objects

>   -------------------

>   

> -.. kernel-doc:: drivers/dma-buf/reservation.c

> +.. kernel-doc:: drivers/dma-buf/dma-resv.c

>      :doc: Reservation Object Overview

>   

> -.. kernel-doc:: drivers/dma-buf/reservation.c

> +.. kernel-doc:: drivers/dma-buf/dma-resv.c

>      :export:

>   

> -.. kernel-doc:: include/linux/reservation.h

> +.. kernel-doc:: include/linux/dma-resv.h

>      :internal:

>   

>   DMA Fences