{"id":13312,"url":"https://patchwork.libcamera.org/api/1.1/patches/13312/?format=json","web_url":"https://patchwork.libcamera.org/patch/13312/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20210811232625.17280-5-laurent.pinchart@ideasonboard.com>","date":"2021-08-11T23:26:15","name":"[libcamera-devel,v3,04/14] libcamera: camera: Fix minor issues in Camera::Private documentation","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"3a6e652acaeada55c0d3425f42f19f2ac62d0969","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/1.1/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/13312/mbox/","series":[{"id":2341,"url":"https://patchwork.libcamera.org/api/1.1/series/2341/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2341","date":"2021-08-11T23:26:11","name":"libcamera: Replace CameraData with Camera::Private","version":3,"mbox":"https://patchwork.libcamera.org/series/2341/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/13312/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/13312/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 4F774C3241\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 11 Aug 2021 23:26:43 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id EA9706888B;\n\tThu, 12 Aug 2021 01:26:42 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 27D22687F0\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 12 Aug 2021 01:26:34 +0200 (CEST)","from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id C700FEE\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 12 Aug 2021 01:26:33 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"eUf7RzWZ\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1628724393;\n\tbh=rbWljtLYSDK1ASJ/mFttH/jM8vA2aYlWxaPCVTUL8WE=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=eUf7RzWZk2hv6R2mgw8TYdDN6NqvN3ozlqzejh5l+BZWM2oNR4RlEtF6th2RzxNaY\n\tAF72NN/cNFgYg22esLF7DrPY0KsSrgEx1wL+Ztk1N8F5mZgrRZFwYgYBiPLFAKk9Zy\n\tTJalrG/ahNUdXzPi0MgFwyurVv+kTrdTYEoEfUmg=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Thu, 12 Aug 2021 02:26:15 +0300","Message-Id":"<20210811232625.17280-5-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.31.1","In-Reply-To":"<20210811232625.17280-1-laurent.pinchart@ideasonboard.com>","References":"<20210811232625.17280-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH v3 04/14] libcamera: camera: Fix minor\n\tissues in Camera::Private documentation","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"Improve the Camera::Private documentation by fixing minor spelling or\nstyle issues.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n src/libcamera/camera.cpp | 8 ++++----\n 1 file changed, 4 insertions(+), 4 deletions(-)","diff":"diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp\nindex 4080da151af1..a22cc7b8e49d 100644\n--- a/src/libcamera/camera.cpp\n+++ b/src/libcamera/camera.cpp\n@@ -368,10 +368,10 @@ Camera::Private::~Private()\n \n /**\n  * \\var Camera::Private::queuedRequests_\n- * \\brief The list of queued and not yet completed request\n+ * \\brief The list of queued and not yet completed requests\n  *\n- * The list of queued request is used to track requests queued in order to\n- * ensure completion of all requests when the pipeline handler is stopped.\n+ * This list tracks requests queued in order to ensure completion of all\n+ * requests when the pipeline handler is stopped.\n  *\n  * \\sa PipelineHandler::queueRequest(), PipelineHandler::stop(),\n  * PipelineHandler::completeRequest()\n@@ -400,7 +400,7 @@ Camera::Private::~Private()\n \n /**\n  * \\var Camera::Private::requestSequence_\n- * \\brief The queuing sequence of the request\n+ * \\brief The queuing sequence number of the request\n  *\n  * When requests are queued, they are given a per-camera sequence number to\n  * facilitate debugging of internal request usage.\n","prefixes":["libcamera-devel","v3","04/14"]}