libcamera: buffer: Fix MappedBuffer::maps_ documentation

Complete the brief for MappedBuffer::maps_ documentation.

Fixes: b3383da79f ("libcamera: buffer: Create a MappedBuffer")
Signed-off-by: Umang Jain <email@uajain.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Umang Jain
2020-09-02 18:27:43 +05:30
committed by Laurent Pinchart
parent e59713c686
commit 8117ab0a32

View File

@@ -392,7 +392,7 @@ MappedBuffer::~MappedBuffer()
/**
* \var MappedBuffer::maps_
* \brief Stores the internal
* \brief Stores the internal mapped planes
*
* MappedBuffer derived classes shall store the mappings they create in this
* vector which is parsed during destruct to unmap any memory mappings which