[PATCH] ipa: rkisp1: algorithms: agc: Fix whitespace

Kieran Bingham kieran.bingham at ideasonboard.com
Thu Feb 13 17:59:57 CET 2025


Quoting Laurent Pinchart (2025-02-13 16:38:50)
> Drop trailing whitespace introduced by mistake.
> 
> Fixes: 0e0e32b1890c ("ipa: rkisp1: algorithms: agc: Check for correct stats type")
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

No point leaving this one hanging around:


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

> ---
>  src/ipa/rkisp1/algorithms/agc.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/ipa/rkisp1/algorithms/agc.cpp b/src/ipa/rkisp1/algorithms/agc.cpp
> index 45ec72188b3a..9a558a1ce29a 100644
> --- a/src/ipa/rkisp1/algorithms/agc.cpp
> +++ b/src/ipa/rkisp1/algorithms/agc.cpp
> @@ -466,7 +466,7 @@ void Agc::process(IPAContext &context, [[maybe_unused]] const uint32_t frame,
>                 fillMetadata(context, frameContext, metadata);
>                 return;
>         }
> -       
> +
>         if (!(stats->meas_type & RKISP1_CIF_ISP_STAT_AUTOEXP)) {
>                 fillMetadata(context, frameContext, metadata);
>                 LOG(RkISP1Agc, Error) << "AUTOEXP data is missing in statistics";
> 
> base-commit: 2e8b6fd2178e199049c47b5f8f929f3d53f95362
> -- 
> Regards,
> 
> Laurent Pinchart
>


More information about the libcamera-devel mailing list