Message ID | 20240228172715.3766315-1-kieran.bingham@ideasonboard.com |
---|---|
State | Accepted |
Commit | be21f2747afe53eb9ff5f1eb4b29655048f37e87 |
Headers | show |
Series |
|
Related | show |
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
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
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
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(-)