{"id":9452,"url":"https://patchwork.libcamera.org/api/patches/9452/?format=json","web_url":"https://patchwork.libcamera.org/patch/9452/","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":"<20200902125743.61649-1-email@uajain.com>","date":"2020-09-02T12:57:43","name":"[libcamera-devel] libcamera: buffer: Fix MappedBuffer::maps_ documentation","commit_ref":"8117ab0a320029f97540aed2a9eebf3c759b8879","pull_url":null,"state":"accepted","archived":false,"hash":"762a48cc8bb905cdbca7a8812eddf2674539ddf3","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/9452/mbox/","series":[{"id":1257,"url":"https://patchwork.libcamera.org/api/series/1257/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1257","date":"2020-09-02T12:57:43","name":"[libcamera-devel] libcamera: buffer: Fix MappedBuffer::maps_ documentation","version":1,"mbox":"https://patchwork.libcamera.org/series/1257/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/9452/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/9452/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 A322BBF019\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed,  2 Sep 2020 12:57:52 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 3A92F62984;\n\tWed,  2 Sep 2020 14:57:52 +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 2A21260374\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed,  2 Sep 2020 14:57:50 +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=\"q/BpSSGE\"; 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=1599051469; bh=wBtA7jZh8MXMrfU/ME2ekmuB6YnY52PmtVLmymnsMcU=;\n\th=From:To:Cc:Subject;\n\tb=q/BpSSGEbKgtKvbeZOjvVl2bX/YIhJs7bbcPEZUwqGVwehOjXXUt4FhAD60xROA/s\n\thq7GZzWbipeMfYn12nGQuVPRmigxa5xP315VH95KR2sY9n44f8UpV5ado4tuAj/Pvn\n\t5a/daXXHeTpy8/gpuldHYrq4vGahgUgwcNf+k+ShBBEf8tVlrRAtZfhVrl2XrSY7Sj\n\tk07n+Jv7HkIijzZR3l7QJNKKfOR1N5oB8IpyqUc1ehldtNX7JZYZZo7ZuANN7GB0qp\n\t0kWoEBFGIy4mkIFZQkLDwaQm1Md8aHyv10OGej2b1USsDbatlu+G1hzGm0fA11pavO\n\tLhrwQZe0NnCLg==","To":"libcamera-devel@lists.libcamera.org","Date":"Wed,  2 Sep 2020 18:27:43 +0530","Message-Id":"<20200902125743.61649-1-email@uajain.com>","Mime-Version":"1.0","Subject":"[libcamera-devel] [PATCH] libcamera: buffer: Fix\n\tMappedBuffer::maps_ 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>","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":"Complete the brief for MappedBuffer::maps_ documentation.\n\nFixes: b3383da79f1d (\"libcamera: buffer: Create a MappedBuffer\")\nSigned-off-by: Umang Jain <email@uajain.com>\n---\n src/libcamera/buffer.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/src/libcamera/buffer.cpp b/src/libcamera/buffer.cpp\nindex a094737..03f628e 100644\n--- a/src/libcamera/buffer.cpp\n+++ b/src/libcamera/buffer.cpp\n@@ -392,7 +392,7 @@ MappedBuffer::~MappedBuffer()\n \n /**\n  * \\var MappedBuffer::maps_\n- * \\brief Stores the internal\n+ * \\brief Stores the internal mapped planes\n  *\n  * MappedBuffer derived classes shall store the mappings they create in this\n  * vector which is parsed during destruct to unmap any memory mappings which\n","prefixes":["libcamera-devel"]}