libcamera: software_isp: Improve wording in a comment
diff mbox series

Message ID 20241002164801.1556328-1-mzamazal@redhat.com
State Accepted
Commit a7d573df53ff2fe2edaaf4c11a269f12b1a9e305
Headers show
Series
  • libcamera: software_isp: Improve wording in a comment
Related show

Commit Message

Milan Zamazal Oct. 2, 2024, 4:48 p.m. UTC
A minor wording improvement suggested on refactoring review.

Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
---
 src/ipa/simple/algorithms/agc.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kieran Bingham Oct. 3, 2024, 1:43 p.m. UTC | #1
Quoting Milan Zamazal (2024-10-02 17:48:01)
> A minor wording improvement suggested on refactoring review.
> 
> Signed-off-by: Milan Zamazal <mzamazal@redhat.com>

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

Will apply immediately.

> ---
>  src/ipa/simple/algorithms/agc.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/ipa/simple/algorithms/agc.cpp b/src/ipa/simple/algorithms/agc.cpp
> index 783dfb8bc..df92edd7e 100644
> --- a/src/ipa/simple/algorithms/agc.cpp
> +++ b/src/ipa/simple/algorithms/agc.cpp
> @@ -29,7 +29,7 @@ static constexpr unsigned int kExposureBinsCount = 5;
>  static constexpr float kExposureOptimal = kExposureBinsCount / 2.0;
>  
>  /*
> - * The below value implements the hysteresis for the exposure adjustment.
> + * This implements the hysteresis for the exposure adjustment.
>   * It is small enough to have the exposure close to the optimal, and is big
>   * enough to prevent the exposure from wobbling around the optimal value.
>   */
> -- 
> 2.44.1
>

Patch
diff mbox series

diff --git a/src/ipa/simple/algorithms/agc.cpp b/src/ipa/simple/algorithms/agc.cpp
index 783dfb8bc..df92edd7e 100644
--- a/src/ipa/simple/algorithms/agc.cpp
+++ b/src/ipa/simple/algorithms/agc.cpp
@@ -29,7 +29,7 @@  static constexpr unsigned int kExposureBinsCount = 5;
 static constexpr float kExposureOptimal = kExposureBinsCount / 2.0;
 
 /*
- * The below value implements the hysteresis for the exposure adjustment.
+ * This implements the hysteresis for the exposure adjustment.
  * It is small enough to have the exposure close to the optimal, and is big
  * enough to prevent the exposure from wobbling around the optimal value.
  */