{"id":21663,"url":"https://patchwork.libcamera.org/api/patches/21663/?format=json","web_url":"https://patchwork.libcamera.org/patch/21663/","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":"<20241018071706.1217768-1-paul.elder@ideasonboard.com>","date":"2024-10-18T07:17:06","name":"libcamera: MappedFrameBuffer: Fix typo in comment formatting","commit_ref":"c8d261608aa63b35a60a4bb2307c53a1b26c6832","pull_url":null,"state":"accepted","archived":false,"hash":"4844806de8bf4150154b46aba49768d5f48d4492","submitter":{"id":17,"url":"https://patchwork.libcamera.org/api/people/17/?format=json","name":"Paul Elder","email":"paul.elder@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/21663/mbox/","series":[{"id":4713,"url":"https://patchwork.libcamera.org/api/series/4713/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=4713","date":"2024-10-18T07:17:06","name":"libcamera: MappedFrameBuffer: Fix typo in comment formatting","version":1,"mbox":"https://patchwork.libcamera.org/series/4713/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/21663/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/21663/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 06F23C32FE\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri, 18 Oct 2024 07:17:19 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id F1C8F65387;\n\tFri, 18 Oct 2024 09:17:17 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 6004265379\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 18 Oct 2024 09:17:16 +0200 (CEST)","from neptunite.flets-east.jp (unknown\n\t[IPv6:2404:7a81:160:2100:d718:41c2:8e74:1bd2])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 9A7E759C;\n\tFri, 18 Oct 2024 09:15:31 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"RQPXBl6c\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1729235732;\n\tbh=0diDzKTQhHiBqxuKu5STOdm7DlLMPiLm8dzWEbQiqCM=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=RQPXBl6cYizF5YP2JS6wlIyD1XlSW2waw7GWNjCxpV//xnOH5Y5n8ctH/1+N7PGCJ\n\tX4Ff3LLT2lNCEp3QQ+njBaC8LkNPfNK07kg1w4tVHDjZD467Q0t0tPUCAIJEu13ISi\n\twTu2Kaufidyi1MhIvgp1GEL6h+1pZlsYTs4D9S+M=","From":"Paul Elder <paul.elder@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Cc":"Paul Elder <paul.elder@ideasonboard.com>","Subject":"[PATCH] libcamera: MappedFrameBuffer: Fix typo in comment formatting","Date":"Fri, 18 Oct 2024 16:17:06 +0900","Message-Id":"<20241018071706.1217768-1-paul.elder@ideasonboard.com>","X-Mailer":"git-send-email 2.39.2","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","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>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"Fix typo in comment block formatting.\n\nSigned-off-by: Paul Elder <paul.elder@ideasonboard.com>\n---\n src/libcamera/mapped_framebuffer.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/src/libcamera/mapped_framebuffer.cpp b/src/libcamera/mapped_framebuffer.cpp\nindex ad82e1f6e49c..f54bbf21f109 100644\n--- a/src/libcamera/mapped_framebuffer.cpp\n+++ b/src/libcamera/mapped_framebuffer.cpp\n@@ -72,7 +72,7 @@ MappedBuffer::MappedBuffer(MappedBuffer &&other)\n \n /**\n  * \\brief Move assignment operator, replace the mappings with those of \\a other\n-* \\param[in] other The other MappedBuffer\n+ * \\param[in] other The other MappedBuffer\n  *\n  * Moving a MappedBuffer moves the mappings contained in the \\a other to the new\n  * MappedBuffer and invalidates the \\a other.\n","prefixes":[]}