libcamera: controls: Fix typo on thermal
diff mbox series

Message ID 20240228172715.3766315-1-kieran.bingham@ideasonboard.com
State Accepted
Commit be21f2747afe53eb9ff5f1eb4b29655048f37e87
Headers show
Series
  • libcamera: controls: Fix typo on thermal
Related show

Commit Message

Kieran Bingham Feb. 28, 2024, 5:27 p.m. UTC
The documentation for the SensorTemperature control has a spelling
mistake for thermal.

Fix it.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 src/libcamera/control_ids_core.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Feb. 28, 2024, 5:33 p.m. UTC | #1
On Wed, Feb 28, 2024 at 05:27:15PM +0000, Kieran Bingham wrote:
> The documentation for the SensorTemperature control has a spelling
> mistake for thermal.
> 
> Fix it.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  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 f2f783342a1b..7c0576d82be8 100644
> --- a/src/libcamera/control_ids_core.yaml
> +++ b/src/libcamera/control_ids_core.yaml
> @@ -449,7 +449,7 @@ controls:
>          range of reported temperatures is device dependent.
>  
>          The SensorTemperature control will only be returned in metadata if a
> -        themal sensor is present.
> +        thermal sensor is present.
>  
>    - SensorTimestamp:
>        type: int64_t
Umang Jain Feb. 29, 2024, 2:02 p.m. UTC | #2
Hi Kieran,

Thank you for the patch.

On 28/02/24 10:57 pm, Kieran Bingham wrote:
> The documentation for the SensorTemperature control has a spelling
> mistake for thermal.
>
> Fix it.
>
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>

> ---
>   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 f2f783342a1b..7c0576d82be8 100644
> --- a/src/libcamera/control_ids_core.yaml
> +++ b/src/libcamera/control_ids_core.yaml
> @@ -449,7 +449,7 @@ controls:
>           range of reported temperatures is device dependent.
>   
>           The SensorTemperature control will only be returned in metadata if a
> -        themal sensor is present.
> +        thermal sensor is present.
>   
>     - SensorTimestamp:
>         type: int64_t

Patch
diff mbox series

diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml
index f2f783342a1b..7c0576d82be8 100644
--- a/src/libcamera/control_ids_core.yaml
+++ b/src/libcamera/control_ids_core.yaml
@@ -449,7 +449,7 @@  controls:
         range of reported temperatures is device dependent.
 
         The SensorTemperature control will only be returned in metadata if a
-        themal sensor is present.
+        thermal sensor is present.
 
   - SensorTimestamp:
       type: int64_t