{"id":20904,"url":"https://patchwork.libcamera.org/api/patches/20904/?format=json","web_url":"https://patchwork.libcamera.org/patch/20904/","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":"<20240813141429.2042369-1-kieran.bingham@ideasonboard.com>","date":"2024-08-13T14:14:29","name":"libcamera: pipeline: simple: Fix 'default' typo in comment","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"9142678a3f5d7a5c49c128c45409ba07be74a906","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/people/4/?format=json","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/20904/mbox/","series":[{"id":4516,"url":"https://patchwork.libcamera.org/api/series/4516/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=4516","date":"2024-08-13T14:14:29","name":"libcamera: pipeline: simple: Fix 'default' typo in comment","version":1,"mbox":"https://patchwork.libcamera.org/series/4516/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/20904/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/20904/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 1FE7FBDB13\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 13 Aug 2024 14:14:36 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 0697E633B5;\n\tTue, 13 Aug 2024 16:14:35 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 56CD363382\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 13 Aug 2024 16:14:33 +0200 (CEST)","from Monstersaurus.tail69b4.ts.net\n\t(cpc89244-aztw30-2-0-cust6594.18-1.cable.virginm.net [86.31.185.195])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 1F2FD7CC;\n\tTue, 13 Aug 2024 16:13:36 +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=\"wP9T51Zc\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1723558416;\n\tbh=iplI3nO93BIkE9BYXoiI3sUX0p/rNh74wwBelJCjzZI=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=wP9T51Zc5f2O+Uu/KMy7IcT65k1dL7FSOlhaIya/1FS1FrImWMc4MY9wjpMYUgLUf\n\tcG6TE0y2SRYEf7q1DhlkrX60vUIsYdO+dW/5rBRHwMaWDfj+xKtRt1hSyxShc0BzkB\n\tNtpauZdUa6eVtDgibiBQKBbxd9DI/xkfctuGMm2Q=","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"libcamera devel <libcamera-devel@lists.libcamera.org>","Cc":"Kieran Bingham <kieran.bingham@ideasonboard.com>","Subject":"[PATCH] libcamera: pipeline: simple: Fix 'default' typo in comment","Date":"Tue, 13 Aug 2024 15:14:29 +0100","Message-Id":"<20240813141429.2042369-1-kieran.bingham@ideasonboard.com>","X-Mailer":"git-send-email 2.34.1","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 a small typo in the comment regarding the default routing\ntable configuration.\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n src/libcamera/pipeline/simple/simple.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)","diff":"diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp\nindex 1e7ec7d97255..49f9137b9363 100644\n--- a/src/libcamera/pipeline/simple/simple.cpp\n+++ b/src/libcamera/pipeline/simple/simple.cpp\n@@ -1617,7 +1617,7 @@ bool SimplePipelineHandler::match(DeviceEnumerator *enumerator)\n \t\t\t\t/*\n \t\t\t\t * Reset the routing table to its default state\n \t\t\t\t * to make sure entities are enumerate according\n-\t\t\t\t * to the defaul routing configuration.\n+\t\t\t\t * to the default routing configuration.\n \t\t\t\t */\n \t\t\t\tret = resetRoutingTable(subdev.get());\n \t\t\t\tif (ret) {\n","prefixes":[]}