[libcamera-devel] [PATCH] libcamera: buffer: Fix MappedBuffer::maps_ documentation

Niklas Söderlund niklas.soderlund at ragnatech.se
Fri Sep 4 08:05:29 CEST 2020


Hi Umang,

Thanks for your patch.

On 2020-09-02 18:27:43 +0530, Umang Jain wrote:
> Complete the brief for MappedBuffer::maps_ documentation.
> 
> Fixes: b3383da79f1d ("libcamera: buffer: Create a MappedBuffer")
> Signed-off-by: Umang Jain <email at uajain.com>

Reviewed-by: Niklas Söderlund <niklas.soderlund at ragnatech.se>

> ---
>  src/libcamera/buffer.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/libcamera/buffer.cpp b/src/libcamera/buffer.cpp
> index a094737..03f628e 100644
> --- a/src/libcamera/buffer.cpp
> +++ b/src/libcamera/buffer.cpp
> @@ -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
> -- 
> 2.26.2
> 
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel

-- 
Regards,
Niklas Söderlund


More information about the libcamera-devel mailing list