Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs/driver-api: Catch up with dma_buf file-name changes

drivers/dma_buf/reservation.c was renamed to dma-resv.c (and
include/linux/reservation.h to dma-resv.h), but the documentation was not
updated to match, leading to these build errors:

Error: Cannot open file ./drivers/dma-buf/reservation.c
Error: Cannot open file ./drivers/dma-buf/reservation.c
Error: Cannot open file ./drivers/dma-buf/reservation.c
Error: Cannot open file ./include/linux/reservation.h
Error: Cannot open file ./include/linux/reservation.h

Update the documentation and make the world happy again.

Fixes: 52791eeec1d9 ("dma-buf: rename reservation_object to dma_resv')
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

+3 -3
+3 -3
Documentation/driver-api/dma-buf.rst
··· 118 118 Reservation Objects 119 119 ------------------- 120 120 121 - .. kernel-doc:: drivers/dma-buf/reservation.c 121 + .. kernel-doc:: drivers/dma-buf/dma-resv.c 122 122 :doc: Reservation Object Overview 123 123 124 - .. kernel-doc:: drivers/dma-buf/reservation.c 124 + .. kernel-doc:: drivers/dma-buf/dma-resv.c 125 125 :export: 126 126 127 - .. kernel-doc:: include/linux/reservation.h 127 + .. kernel-doc:: include/linux/dma-resv.h 128 128 :internal: 129 129 130 130 DMA Fences