]> git.baikalelectronics.ru Git - kernel.git/commit
docs/driver-api: Catch up with dma_buf file-name changes
authorJonathan Corbet <corbet@lwn.net>
Tue, 1 Oct 2019 17:42:07 +0000 (11:42 -0600)
committerJonathan Corbet <corbet@lwn.net>
Mon, 7 Oct 2019 15:13:43 +0000 (09:13 -0600)
commit3647ad23a6bd4eb8f7b6e83c1177a35f53c02a5b
tree756a886e7e3d5b07ed2a4cd7dbfbfcb0630bbe98
parenta8cbeaaadf89f6e8f50d456ece3e280ce55a5f8b
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: 1fefe24e5fea ("dma-buf: rename reservation_object to dma_resv')
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/dma-buf.rst