libcamera: controls: Add missing period at end of Gamma description

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>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart
2024-06-12 00:18:57 +03:00
parent 5c08b179e4
commit e76bb1f54c

View File

@@ -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.
...