{"id":19903,"url":"https://patchwork.libcamera.org/api/1.1/patches/19903/?format=json","web_url":"https://patchwork.libcamera.org/patch/19903/","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":"<20240418074945.47349-3-umang.jain@ideasonboard.com>","date":"2024-04-18T07:49:45","name":"[2/2] libcamera: Fix output spelling error","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"3c1d22798ae4e78a7f1a78cd1166b35d9033beb9","submitter":{"id":86,"url":"https://patchwork.libcamera.org/api/1.1/people/86/?format=json","name":"Umang Jain","email":"umang.jain@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/19903/mbox/","series":[{"id":4261,"url":"https://patchwork.libcamera.org/api/1.1/series/4261/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=4261","date":"2024-04-18T07:49:43","name":"libcamera: Two simple fixes","version":1,"mbox":"https://patchwork.libcamera.org/series/4261/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/19903/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/19903/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 D9BA6C3213\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 18 Apr 2024 07:50:00 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 24D02633F8;\n\tThu, 18 Apr 2024 09:50:00 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id BB69661B43\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 18 Apr 2024 09:49:57 +0200 (CEST)","from fedora.local (unknown [103.251.226.7])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 3A82C27C;\n\tThu, 18 Apr 2024 09:49:08 +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=\"k68XihdE\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1713426550;\n\tbh=/7wP6pvuxqVXiKfdt384YkEwRJHCCH3eBiCxe5CmJ4w=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=k68XihdE6bIrfhu3lIpXYKwn4JyGwfZJiSQrCbO0oL36xxz/WT01Igtxk/TRBT3sU\n\tVGYmKKpCL/dpom6zVj80HDIFyKUiwCYO4HJkchD54cCcioCizEkDfLMszyOY6Ukte2\n\tjU1cJAJ7PhKQ5wnijydzzYe0kBxlHV5gSO5Zb5YI=","From":"Umang Jain <umang.jain@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Cc":"Umang Jain <umang.jain@ideasonboard.com>","Subject":"[PATCH 2/2] libcamera: Fix output spelling error","Date":"Thu, 18 Apr 2024 13:19:45 +0530","Message-ID":"<20240418074945.47349-3-umang.jain@ideasonboard.com>","X-Mailer":"git-send-email 2.44.0","In-Reply-To":"<20240418074945.47349-1-umang.jain@ideasonboard.com>","References":"<20240418074945.47349-1-umang.jain@ideasonboard.com>","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":"There are two places where \"output\" is spelled as \"ouput\".\nFix it.\n\nSigned-off-by: Umang Jain <umang.jain@ideasonboard.com>\n---\n include/libcamera/internal/converter/converter_v4l2_m2m.h | 2 +-\n utils/raspberrypi/ctt/ctt.py                              | 2 +-\n 2 files changed, 2 insertions(+), 2 deletions(-)","diff":"diff --git a/include/libcamera/internal/converter/converter_v4l2_m2m.h b/include/libcamera/internal/converter/converter_v4l2_m2m.h\nindex 815916d0..84fb485f 100644\n--- a/include/libcamera/internal/converter/converter_v4l2_m2m.h\n+++ b/include/libcamera/internal/converter/converter_v4l2_m2m.h\n@@ -47,7 +47,7 @@ public:\n \n \tint configure(const StreamConfiguration &inputCfg,\n \t\t      const std::vector<std::reference_wrapper<StreamConfiguration>> &outputCfg);\n-\tint exportBuffers(unsigned int ouput, unsigned int count,\n+\tint exportBuffers(unsigned int output, unsigned int count,\n \t\t\t  std::vector<std::unique_ptr<FrameBuffer>> *buffers);\n \n \tint start();\ndiff --git a/utils/raspberrypi/ctt/ctt.py b/utils/raspberrypi/ctt/ctt.py\nindex cd89f177..89159e63 100755\n--- a/utils/raspberrypi/ctt/ctt.py\n+++ b/utils/raspberrypi/ctt/ctt.py\n@@ -350,7 +350,7 @@ class Camera:\n         alsc_out = alsc_all(self, do_alsc_colour, plot)\n         cal_cr_list, cal_cb_list, luminance_lut, av_corn = alsc_out\n         \"\"\"\n-        write ouput to json and finish if not do_alsc_colour\n+        write output to json and finish if not do_alsc_colour\n         \"\"\"\n         if not do_alsc_colour:\n             self.json['rpi.alsc']['luminance_lut'] = luminance_lut\n","prefixes":["2/2"]}