[libcamera-devel] [PATCH 1/3] libcamera: camera: Fix documentation typo

Laurent Pinchart laurent.pinchart at ideasonboard.com
Wed Jul 27 00:32:19 CEST 2022


Hi Umang,

Thank you for the patch.

On Sun, Jul 24, 2022 at 08:13:53PM +0530, Umang Jain via libcamera-devel wrote:
> Signed-off-by: Umang Jain <umang.jain at ideasonboard.com>
> ---
>  src/libcamera/camera.cpp | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp
> index 2a8ef60e..3910915c 100644
> --- a/src/libcamera/camera.cpp
> +++ b/src/libcamera/camera.cpp
> @@ -358,8 +358,8 @@ bool isRaw(const PixelFormat &pixFmt)
>   * \return A CameraConfiguration::Status value that describes the validation
>   * status.
>   * \retval CameraConfigutation::Adjusted The configuration has been adjusted
> - * and is now valid. The color space of some or all of the streams may bave
> - * benn changed. The caller shall check the color spaces carefully.
> + * and is now valid. The color space of some or all of the streams may have

It took me a while to see the s/b/h/

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

You can push this already.

> + * been changed. The caller shall check the color spaces carefully.
>   * \retval CameraConfiguration::Valid The configuration was already valid and
>   * hasn't been adjusted.
>   */

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list