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)
commitf704985b1e7ea0f9fde1cfb1354d57593ba62fcb
tree756a886e7e3d5b07ed2a4cd7dbfbfcb0630bbe98
parentea83df73aaa3bded80e441d05ca2873c37f84e0a
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>
Documentation/driver-api/dma-buf.rst