libcamera: MappedFrameBuffer: Fix typo in comment formatting
diff mbox series

Message ID 20241018071706.1217768-1-paul.elder@ideasonboard.com
State Accepted
Commit c8d261608aa63b35a60a4bb2307c53a1b26c6832
Headers show
Series
  • libcamera: MappedFrameBuffer: Fix typo in comment formatting
Related show

Commit Message

Paul Elder Oct. 18, 2024, 7:17 a.m. UTC
Fix typo in comment block formatting.

Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
---
 src/libcamera/mapped_framebuffer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kieran Bingham Oct. 18, 2024, 7:32 a.m. UTC | #1
Quoting Paul Elder (2024-10-18 08:17:06)
> Fix typo in comment block formatting.
> 
> Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
> ---
>  src/libcamera/mapped_framebuffer.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/libcamera/mapped_framebuffer.cpp b/src/libcamera/mapped_framebuffer.cpp
> index ad82e1f6e49c..f54bbf21f109 100644
> --- a/src/libcamera/mapped_framebuffer.cpp
> +++ b/src/libcamera/mapped_framebuffer.cpp
> @@ -72,7 +72,7 @@ MappedBuffer::MappedBuffer(MappedBuffer &&other)
>  
>  /**
>   * \brief Move assignment operator, replace the mappings with those of \a other
> -* \param[in] other The other MappedBuffer
> + * \param[in] other The other MappedBuffer


Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

I think you can merge that straight away.

>   *
>   * Moving a MappedBuffer moves the mappings contained in the \a other to the new
>   * MappedBuffer and invalidates the \a other.
> -- 
> 2.39.2
>

Patch
diff mbox series

diff --git a/src/libcamera/mapped_framebuffer.cpp b/src/libcamera/mapped_framebuffer.cpp
index ad82e1f6e49c..f54bbf21f109 100644
--- a/src/libcamera/mapped_framebuffer.cpp
+++ b/src/libcamera/mapped_framebuffer.cpp
@@ -72,7 +72,7 @@  MappedBuffer::MappedBuffer(MappedBuffer &&other)
 
 /**
  * \brief Move assignment operator, replace the mappings with those of \a other
-* \param[in] other The other MappedBuffer
+ * \param[in] other The other MappedBuffer
  *
  * Moving a MappedBuffer moves the mappings contained in the \a other to the new
  * MappedBuffer and invalidates the \a other.