{"id":10448,"url":"https://patchwork.libcamera.org/api/patches/10448/?format=json","web_url":"https://patchwork.libcamera.org/patch/10448/","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":"<20201119123427.53864-3-email@uajain.com>","date":"2020-11-19T12:34:25","name":"[libcamera-devel,2/3] simple-cam: Fix documentation typo","commit_ref":null,"pull_url":null,"state":"superseded","archived":false,"hash":"e05cb2fef87df8343a459054ce73f4abdbdad609","submitter":{"id":1,"url":"https://patchwork.libcamera.org/api/people/1/?format=json","name":"Umang Jain","email":"email@uajain.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/10448/mbox/","series":[{"id":1469,"url":"https://patchwork.libcamera.org/api/series/1469/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1469","date":"2020-11-19T12:34:23","name":"simple-cam: Provide event-loop backed by libevent","version":1,"mbox":"https://patchwork.libcamera.org/series/1469/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/10448/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/10448/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 93378BE08A\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 19 Nov 2020 12:34:41 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 6176D615A5;\n\tThu, 19 Nov 2020 13:34:41 +0100 (CET)","from mail.uajain.com (static.126.159.217.95.clients.your-server.de\n\t[95.217.159.126])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 478AE615A3\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 19 Nov 2020 13:34:39 +0100 (CET)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=uajain.com header.i=@uajain.com\n\theader.b=\"D9kFDDak\"; dkim-atps=neutral","From":"Umang Jain <email@uajain.com>","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=uajain.com; s=mail;\n\tt=1605789278; bh=sYGYQU7inBPH7AGvzhz7vvRZ9Gc2WnZ9N97seyqe5d4=;\n\th=From:To:Cc:Subject:In-Reply-To:References;\n\tb=D9kFDDakeSX1GLBObSwxPk8RsQH3TyscOUTC0He1UMMPKYmprT9Yu1VhFvqsEnu7f\n\tSyqthV5Nxu3681Cn/+oN2eNGPqs3c8KKLLdl1lIP+oAyckuuhrWuGFO0cbmx+sqVtK\n\tSOSYlMcvlN1ZUFoEwElJR5oDdMaX5VH372cDV7Mf4w/OHWK09Vs27K3XXJpEDpXyLN\n\tab4bnt0z/c+PR+Z7O9Vwtbm/fNaPVjVEn/MWl6W87NhPWl3JLO6GCeV+kxK/sOieWF\n\trjd0elYtqEneczYzTf96XosXCO4GLkmVuG+Xcls+YITY1DyNO/D95Qm8H3hVBnlUkM\n\tsPc+uyAi7toew==","To":"libcamera-devel@lists.libcamera.org","Date":"Thu, 19 Nov 2020 18:04:25 +0530","Message-Id":"<20201119123427.53864-3-email@uajain.com>","In-Reply-To":"<20201119123427.53864-1-email@uajain.com>","References":"<20201119123427.53864-1-email@uajain.com>","Mime-Version":"1.0","Subject":"[libcamera-devel] [PATCH 2/3] simple-cam: Fix documentation typo","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":"Signed-off-by: Umang Jain <email@uajain.com>\nReviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n simple-cam.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/simple-cam.cpp b/simple-cam.cpp\nindex af9c8b1..65e0f14 100644\n--- a/simple-cam.cpp\n+++ b/simple-cam.cpp\n@@ -319,7 +319,7 @@ int main()\n \t * Run an EventLoop\n \t *\n \t * In order to dispatch events received from the video devices, such\n-\t * as buffer completions, an even loop as to be run.\n+\t * as buffer completions, an event loop has to be run.\n \t *\n \t * Libcamera provides its own default event dispatcher realized by\n \t * polling a set of file descriptors, but applications can integrate\n","prefixes":["libcamera-devel","2/3"]}