{"id":3903,"url":"https://patchwork.libcamera.org/api/1.1/patches/3903/?format=json","web_url":"https://patchwork.libcamera.org/patch/3903/","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":"<20200603133847.12481-1-paul.elder@ideasonboard.com>","date":"2020-06-03T13:38:47","name":"[libcamera-devel] libcamera: ipa_context_wrapper: Fix typo in comments","commit_ref":"b60a7d708a345346a30e89893af200a65c20859a","pull_url":null,"state":"accepted","archived":false,"hash":"53cc44cefbff42242af3e1bebb4f3ef78fcaf8ae","submitter":{"id":17,"url":"https://patchwork.libcamera.org/api/1.1/people/17/?format=json","name":"Paul Elder","email":"paul.elder@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/3903/mbox/","series":[{"id":945,"url":"https://patchwork.libcamera.org/api/1.1/series/945/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=945","date":"2020-06-03T13:38:47","name":"[libcamera-devel] libcamera: ipa_context_wrapper: Fix typo in comments","version":1,"mbox":"https://patchwork.libcamera.org/series/945/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/3903/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/3903/checks/","tags":{},"headers":{"Return-Path":"<paul.elder@ideasonboard.com>","Received":["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 0E1B161027\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed,  3 Jun 2020 15:39:10 +0200 (CEST)","from emerald.amanokami.net (fs76eef344.knge213.ap.nuro.jp\n\t[118.238.243.68])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 65C3D2A4;\n\tWed,  3 Jun 2020 15:39:08 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"wlmTFbB4\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1591191549;\n\tbh=OWF8yKCTdWEv+vPKfoo87EkGWGyPtpLAEG0sZJXlSmc=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=wlmTFbB436Hc3N9CwoHASJi5KaNOdDLOCn/k+NbrshgFqDXMeE6CMnKhrl20tMJtn\n\tqNtxbXfVWwYs3blnV/CDQAJ5MAyNf4iphdU4d5x7M/nPyxNe559Q015mGbMm8ZURgg\n\tS0h8iIB32FsaNnBiWBjoZzI5+H8w26xb9Ns2yWls=","From":"Paul Elder <paul.elder@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Wed,  3 Jun 2020 22:38:47 +0900","Message-Id":"<20200603133847.12481-1-paul.elder@ideasonboard.com>","X-Mailer":"git-send-email 2.20.1","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH] libcamera: ipa_context_wrapper: Fix typo\n\tin comments","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>","X-List-Received-Date":"Wed, 03 Jun 2020 13:39:10 -0000"},"content":"Fix a typo in a comment in ipa_context_wrapper.cpp.\n\nSigned-off-by: Paul Elder <paul.elder@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 bcdc55c2..054aa6ba 100644\n--- a/src/libcamera/ipa_context_wrapper.cpp\n+++ b/src/libcamera/ipa_context_wrapper.cpp\n@@ -282,7 +282,7 @@ void IPAContextWrapper::queue_frame_action(void *ctx, unsigned int frame,\n \n #ifndef __DOXYGEN__\n /*\n- * This construct confuses Doygen and makes it believe that all members of the\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  */\n const struct ipa_callback_ops IPAContextWrapper::callbacks_ = {\n","prefixes":["libcamera-devel"]}