{"id":8486,"url":"https://patchwork.libcamera.org/api/patches/8486/?format=json","web_url":"https://patchwork.libcamera.org/patch/8486/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/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":"<20200628231934.29025-3-laurent.pinchart@ideasonboard.com>","date":"2020-06-28T23:19:27","name":"[libcamera-devel,v1,2/9] libcamera: ipa_context_wrapper: Fix bad copy&paste in comment","commit_ref":null,"pull_url":null,"state":"superseded","archived":false,"hash":"8c9f0b31f3808b34f2ea84361e6ac6d8dab5f917","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/8486/mbox/","series":[{"id":1054,"url":"https://patchwork.libcamera.org/api/series/1054/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1054","date":"2020-06-28T23:19:25","name":"Support passing custom data to IPA configure()","version":1,"mbox":"https://patchwork.libcamera.org/series/1054/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/8486/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/8486/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 153CFC2E66\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSun, 28 Jun 2020 23:19:47 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 8EB7860AF9;\n\tMon, 29 Jun 2020 01:19:44 +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 EE038609C7\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 29 Jun 2020 01:19:41 +0200 (CEST)","from pendragon.bb.dnainternet.fi (81-175-216-236.bb.dnainternet.fi\n\t[81.175.216.236])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 811D3734;\n\tMon, 29 Jun 2020 01:19:41 +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=\"G19WYxzM\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1593386381;\n\tbh=iMjnW9PuB+2IylFTj6/bTwFY8X3HaN2aU0IUsEoEZMM=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=G19WYxzMNfeMpe/JOUcJDXCoV3enNh6tvqaE/i7siVQz1GzL+fhRKG73MEDjfVC/U\n\t87EuaWNHJ1LtUq2FHkDJY/tZNNlH6CZhMCdXogKgYEl3U4cYXwNwBaf2hAn/7HsB2k\n\trr0IAVbv4nX5kz1wlC5XH0APWw3cu+iGztPjbBjA=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Mon, 29 Jun 2020 02:19:27 +0300","Message-Id":"<20200628231934.29025-3-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.27.0","In-Reply-To":"<20200628231934.29025-1-laurent.pinchart@ideasonboard.com>","References":"<20200628231934.29025-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Subject":"[libcamera-devel] [PATCH v1 2/9] libcamera: ipa_context_wrapper:\n\tFix bad copy&paste in comment","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>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"A comment copied from the IPAInterfaceWrapper incorrectly mentions the\nIPAInterfaceWrapper class instead of the IPAContextWrapper class. Fix\nit.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n src/libcamera/ipa_context_wrapper.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/src/libcamera/ipa_context_wrapper.cpp b/src/libcamera/ipa_context_wrapper.cpp\nindex 054aa6ba2089..471118f57cdc 100644\n--- a/src/libcamera/ipa_context_wrapper.cpp\n+++ b/src/libcamera/ipa_context_wrapper.cpp\n@@ -283,7 +283,7 @@ void IPAContextWrapper::queue_frame_action(void *ctx, unsigned int frame,\n #ifndef __DOXYGEN__\n /*\n  * This construct confuses Doxygen and makes it believe that all members of the\n- * operations is a member of IPAInterfaceWrapper. It must thus be hidden.\n+ * operations is a member of IPAContextWrapper. It must thus be hidden.\n  */\n const struct ipa_callback_ops IPAContextWrapper::callbacks_ = {\n \t.queue_frame_action = &IPAContextWrapper::queue_frame_action,\n","prefixes":["libcamera-devel","v1","2/9"]}