From patchwork Wed Feb 28 17:27:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 19568 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 1CFA3BD160 for ; Wed, 28 Feb 2024 17:27:22 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 096DE6286D; Wed, 28 Feb 2024 18:27:21 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="md9bX2R3"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 8857061C94 for ; Wed, 28 Feb 2024 18:27:19 +0100 (CET) Received: from Monstersaurus.local (aztw-30-b2-v4wan-166917-cust845.vm26.cable.virginm.net [82.37.23.78]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 8FE206B3; Wed, 28 Feb 2024 18:27:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1709141226; bh=qVknClrOgSivZRUem+GEHi7D2nv+8CiScTTSsouHU5I=; h=From:To:Cc:Subject:Date:From; b=md9bX2R3brmkZ9yVyiY+TAEkJHEgayt6ozosQKnYuag11NClW0oKK1hI6wh8n4nm3 RjUVFh8GbZnpUhROz2vc3Em2WeQAtHQM8c6EJGLnCB2RvfnCeqeA+kocAUcu0wtP3B wDLE8jq4KE8JBt/6L1SrUzHTz0y8gxaCFlNzjaW0= From: Kieran Bingham To: libcamera devel Subject: [PATCH] libcamera: controls: Fix typo on thermal Date: Wed, 28 Feb 2024 17:27:15 +0000 Message-Id: <20240228172715.3766315-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The documentation for the SensorTemperature control has a spelling mistake for thermal. Fix it. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart Reviewed-by: Umang Jain --- 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