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

Stefan Klug stefan.klug at ideasonboard.com
Thu Feb 13 20:22:18 CET 2025


On Thu, Feb 13, 2025 at 06:38:50PM +0200, Laurent Pinchart wrote:
> Drop trailing whitespace introduced by mistake.
> 
> Fixes: 0e0e32b1890c ("ipa: rkisp1: algorithms: agc: Check for correct stats type")

Dang, that was mine.

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

Reviewed-by: Stefan Klug <stefan.klug 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