From patchwork Sun Mar 28 20:09:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 11743 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 8CF14C32EA for ; Sun, 28 Mar 2021 20:10:03 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 4A9B36877F; Sun, 28 Mar 2021 22:10:03 +0200 (CEST) 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="HaC/Aiam"; 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 8B66C6084F for ; Sun, 28 Mar 2021 22:10:01 +0200 (CEST) Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 1AA0A323 for ; Sun, 28 Mar 2021 22:10:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1616962201; bh=4euwPfA7Hqx3R/2JZoD3cAiXuvYMz/2xohlzX+IBlcw=; h=From:To:Subject:Date:From; b=HaC/AiamVPZiSRVWSvteGk/x/jF2JmGrh/q0z2oOOcEEIosHlj1aqY3H5rxx9gLHl W5eC4C1TEO51yZnQEoWaPiIT9DlRIZL5zi6rqeUlUFH7fcmC/nF88rSSLzbJ51KR9A fMx8r6Fcww0kReZ1zyr86SOtBEcQki3qJQ4CpdUQ= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Sun, 28 Mar 2021 23:09:13 +0300 Message-Id: <20210328200913.15726-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.28.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] libcamera: pipeline: ipu3: Fix typo 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" Fix a simply typo. Signed-off-by: Laurent Pinchart Reviewed-by: Sebastian Fricke Reviewed-by: Umang Jain --- src/libcamera/pipeline/ipu3/ipu3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcamera/pipeline/ipu3/ipu3.cpp b/src/libcamera/pipeline/ipu3/ipu3.cpp index a8edf906220b..382e4b894a1c 100644 --- a/src/libcamera/pipeline/ipu3/ipu3.cpp +++ b/src/libcamera/pipeline/ipu3/ipu3.cpp @@ -869,7 +869,7 @@ bool PipelineHandlerIPU3::match(DeviceEnumerator *enumerator) int PipelineHandlerIPU3::initControls(IPU3CameraData *data) { /* - * \todo The constrols intialized here depend on sensor configuration + * \todo The controls intialized here depend on sensor configuration * and their limits should be updated once the configuration gets * changed. *