[6/6] libcamera: controls: Add missing period at end of Gamma description
diff mbox series

Message ID 20240611212101.14313-7-laurent.pinchart@ideasonboard.com
State Accepted
Commit e76bb1f54ce0c097717b16cb7dab7a7ef496de2f
Headers show
Series
  • ipa: rksip1: goc: Assorted fixes
Related show

Commit Message

Laurent Pinchart June 11, 2024, 9:21 p.m. UTC
The last sentence of the Gamma control description misses the final
period. Add it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 src/libcamera/control_ids_core.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefan Klug June 12, 2024, 7:47 a.m. UTC | #1
Hi Laurent,

thank you for the patch. Nothing to add :-)

On Wed, Jun 12, 2024 at 12:21:01AM +0300, Laurent Pinchart wrote:
> The last sentence of the Gamma control description misses the final
> period. Add it.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com> 

Cheers,
Stefan

> ---
>  src/libcamera/control_ids_core.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml
> index be19135616cf..9d413a94e0ee 100644
> --- a/src/libcamera/control_ids_core.yaml
> +++ b/src/libcamera/control_ids_core.yaml
> @@ -870,6 +870,6 @@ controls:
>        description:  |
>          Specify a fixed gamma value. Default must be 2.2 which closely mimics 
>          sRGB gamma. Note that this is camera gamma, so it is applied as 
> -        1.0/gamma
> +        1.0/gamma.
>  
>  ...
> -- 
> Regards,
> 
> Laurent Pinchart
>

Patch
diff mbox series

diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml
index be19135616cf..9d413a94e0ee 100644
--- a/src/libcamera/control_ids_core.yaml
+++ b/src/libcamera/control_ids_core.yaml
@@ -870,6 +870,6 @@  controls:
       description:  |
         Specify a fixed gamma value. Default must be 2.2 which closely mimics 
         sRGB gamma. Note that this is camera gamma, so it is applied as 
-        1.0/gamma
+        1.0/gamma.
 
 ...