From patchwork Wed May 26 13:01:28 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 12427 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 D041EBDB80 for ; Wed, 26 May 2021 13:01:55 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8E1EF6891D; Wed, 26 May 2021 15:01:55 +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="m/jrpXZ1"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 297F2602AB for ; Wed, 26 May 2021 15:01:54 +0200 (CEST) Received: from perceval.ideasonboard.com (unknown [103.251.226.203]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id AC07A9C7; Wed, 26 May 2021 15:01:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1622034113; bh=d7uJ9F3H8xE3reFW1iHhRQMOROaE8JmUgYfA0Krt4oo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=m/jrpXZ1XsE3sEKgWuaZDzK3VBtZr+XrBFdR3nALqbNrDxiA7QLtdguLxIJowaABS bSL+7U1zk7V1Bwer+W1VmUVbqN+CSbxnjzLYuCnB1QgmISED2kHFMzkninmt+7xsut 4WSsPvklcrC9Iu5yY42FtSbzbdgUpY92ThdJz9vA= From: Umang Jain To: libcamera-devel@lists.libcamera.org Date: Wed, 26 May 2021 18:31:28 +0530 Message-Id: <20210526130129.673747-2-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20210526130129.673747-1-umang.jain@ideasonboard.com> References: <20210526130129.673747-1-umang.jain@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 1/2] pipeline: ipu3: Fix mis-aligned comment 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" Signed-off-by: Umang Jain Change-Id: I801f371b048eb027b0e98770ce8af8a9be4b04d3 --- src/libcamera/pipeline/ipu3/ipu3.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libcamera/pipeline/ipu3/ipu3.cpp b/src/libcamera/pipeline/ipu3/ipu3.cpp index 25203256..750880ed 100644 --- a/src/libcamera/pipeline/ipu3/ipu3.cpp +++ b/src/libcamera/pipeline/ipu3/ipu3.cpp @@ -1361,9 +1361,9 @@ void IPU3CameraData::statBufferReady(FrameBuffer *buffer) info->metadataProcessed = true; /* - * tryComplete() will delete info if it completes the IPU3Frame. - * In that event, we must have obtained the Request before hand. - */ + * tryComplete() will delete info if it completes the IPU3Frame. + * In that event, we must have obtained the Request before hand. + */ Request *request = info->request; if (frameInfos_.tryComplete(info))