ipa: rkisp1: algorithms: agc: Fix whitespace
diff mbox series

Message ID 20250213163850.25254-1-laurent.pinchart@ideasonboard.com
State Accepted
Commit 9834402f81bb1fc597b0b9dcdf7cdceda09083b4
Headers show
Series
  • ipa: rkisp1: algorithms: agc: Fix whitespace
Related show

Commit Message

Laurent Pinchart Feb. 13, 2025, 4:38 p.m. UTC
Drop trailing whitespace introduced by mistake.

Fixes: 0e0e32b1890c ("ipa: rkisp1: algorithms: agc: Check for correct stats type")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 src/ipa/rkisp1/algorithms/agc.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 2e8b6fd2178e199049c47b5f8f929f3d53f95362

Comments

Kieran Bingham Feb. 13, 2025, 4:59 p.m. UTC | #1
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@ideasonboard.com>

No point leaving this one hanging around:


Reviewed-by: Kieran Bingham <kieran.bingham@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
>
Stefan Klug Feb. 13, 2025, 7:22 p.m. UTC | #2
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@ideasonboard.com>

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

Patch
diff mbox series

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";