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:
committed by
Laurent Pinchart
parent
e59713c686
commit
8117ab0a32
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user