{"id":9968,"url":"https://patchwork.libcamera.org/api/1.1/patches/9968/?format=json","web_url":"https://patchwork.libcamera.org/patch/9968/","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":"<20201006115640.10864-1-jacopo@jmondi.org>","date":"2020-10-06T11:56:40","name":"[libcamera-devel] libcamera: file_descriptor: Remove spurious 'is'","commit_ref":"6193e9c25277c8fd16bb0475c640cc29104115de","pull_url":null,"state":"accepted","archived":false,"hash":"c2a2b3d12827de12ec77ddacba0ba6ff438ddc3a","submitter":{"id":3,"url":"https://patchwork.libcamera.org/api/1.1/people/3/?format=json","name":"Jacopo Mondi","email":"jacopo@jmondi.org"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/9968/mbox/","series":[{"id":1355,"url":"https://patchwork.libcamera.org/api/1.1/series/1355/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=1355","date":"2020-10-06T11:56:40","name":"[libcamera-devel] libcamera: file_descriptor: Remove spurious 'is'","version":1,"mbox":"https://patchwork.libcamera.org/series/1355/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/9968/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/9968/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 7B833BEEDF\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue,  6 Oct 2020 11:52:51 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 26C9263BBF;\n\tTue,  6 Oct 2020 13:52:51 +0200 (CEST)","from relay10.mail.gandi.net (relay10.mail.gandi.net\n\t[217.70.178.230])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 7628460363\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue,  6 Oct 2020 13:52:49 +0200 (CEST)","from uno.lan (93-34-118-233.ip49.fastwebnet.it [93.34.118.233])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay10.mail.gandi.net (Postfix) with ESMTPSA id 0E774240008;\n\tTue,  6 Oct 2020 11:52:48 +0000 (UTC)"],"From":"Jacopo Mondi <jacopo@jmondi.org>","To":"libcamera-devel@lists.libcamera.org","Date":"Tue,  6 Oct 2020 13:56:40 +0200","Message-Id":"<20201006115640.10864-1-jacopo@jmondi.org>","X-Mailer":"git-send-email 2.28.0","MIME-Version":"1.0","Subject":"[libcamera-devel] [PATCH] libcamera: file_descriptor: Remove\n\tspurious 'is'","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":"Remove a spurious 'is' is a comment block.\n\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n src/libcamera/file_descriptor.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)\n\n--\n2.28.0","diff":"diff --git a/src/libcamera/file_descriptor.cpp b/src/libcamera/file_descriptor.cpp\nindex 640e66e6d168..8b505ed3b6b2 100644\n--- a/src/libcamera/file_descriptor.cpp\n+++ b/src/libcamera/file_descriptor.cpp\n@@ -42,7 +42,7 @@ LOG_DEFINE_CATEGORY(FileDescriptor)\n  *   constructor.\n  *\n  * - The FileDescriptor(int &&) constructor takes over the numerical file\n- *   descriptor and wraps it in a Descriptor. The caller is shall not touch the\n+ *   descriptor and wraps it in a Descriptor. The caller shall not touch the\n  *   original file descriptor once the function returns, and the value returned\n  *   by fd() will be identical to the value passed to the constructor.\n  *\n","prefixes":["libcamera-devel"]}