{"id":9788,"url":"https://patchwork.libcamera.org/api/patches/9788/?format=json","web_url":"https://patchwork.libcamera.org/patch/9788/","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":"<20200924141803.76422-2-email@uajain.com>","date":"2020-09-24T14:18:03","name":"[libcamera-devel,2/2] 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/9788/mbox/","series":[{"id":1321,"url":"https://patchwork.libcamera.org/api/series/1321/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1321","date":"2020-09-24T14:18:02","name":"[libcamera-devel,1/2] simple-cam: Early return if no cameras found on the system","version":1,"mbox":"https://patchwork.libcamera.org/series/1321/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/9788/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/9788/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 B5B88C3B5C\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 24 Sep 2020 14:18:14 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 835DF62FEB;\n\tThu, 24 Sep 2020 16:18:14 +0200 (CEST)","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 4570762FDA\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 24 Sep 2020 16:18:12 +0200 (CEST)"],"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=\"usaLi4TW\"; 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=1600957091; bh=PAQ3YSO4ij53ZEn9EKobxSVh3DhVb6Ym6Z7pQ6yPEMA=;\n\th=From:To:Cc:Subject:In-Reply-To:References;\n\tb=usaLi4TW6RYLA+WNV7AelCgjxjJnTo1Fzu4Zt+XgmkBKKmlkxV9y7ZMfrZon/JdSo\n\tPedgyZnE/jA8lSlFo+3yMHe16ExctMuH6gzE6c8b4/NMPxJWYzLr6G1EDRTALed/WW\n\t20gSkGSM5OYaBGqM7B0BtNXvepf0qmYj0jKQ7kH5vxWjjjRHgC/ey2ucyjlQmfn2iG\n\tErGpIxR38aSUXqjqu57fpoGwwy8G0Tcho2Zvc+CjWLBJv2rgfC/JJEHstYghK4JlYg\n\tZFhILdg+iL756trnXNIfFMWEacnYEKOq7B4SECYlZHa06GIMNKk8S1WIIvcRkY/cdL\n\tO4C54xbA5umRA==","To":"libcamera-devel@lists.libcamera.org","Date":"Thu, 24 Sep 2020 19:48:03 +0530","Message-Id":"<20200924141803.76422-2-email@uajain.com>","In-Reply-To":"<20200924141803.76422-1-email@uajain.com>","References":"<20200924141803.76422-1-email@uajain.com>","Mime-Version":"1.0","Subject":"[libcamera-devel] [PATCH 2/2] 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>\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 d51000c..5b056b9 100644\n--- a/simple-cam.cpp\n+++ b/simple-cam.cpp\n@@ -338,7 +338,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/2"]}