Patch Detail
Show a patch.
GET /api/1.1/patches/14679/?format=api
{ "id": 14679, "url": "https://patchwork.libcamera.org/api/1.1/patches/14679/?format=api", "web_url": "https://patchwork.libcamera.org/patch/14679/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20211120111313.106621-12-jacopo@jmondi.org>", "date": "2021-11-20T11:13:12", "name": "[libcamera-devel,v2,11/12] test: camera: Fix trivial spelling mistaken", "commit_ref": null, "pull_url": null, "state": "superseded", "archived": false, "hash": "a29d7369d2adb5874c00221dd84b37b5ac2cac40", "submitter": { "id": 3, "url": "https://patchwork.libcamera.org/api/1.1/people/3/?format=api", "name": "Jacopo Mondi", "email": "jacopo@jmondi.org" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/14679/mbox/", "series": [ { "id": 2739, "url": "https://patchwork.libcamera.org/api/1.1/series/2739/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2739", "date": "2021-11-20T11:13:01", "name": "libcamera: Add support for Fence", "version": 2, "mbox": "https://patchwork.libcamera.org/series/2739/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/14679/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/14679/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 7E3B3C324F\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSat, 20 Nov 2021 11:12:35 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 3EA8C603F9;\n\tSat, 20 Nov 2021 12:12:35 +0100 (CET)", "from relay11.mail.gandi.net (relay11.mail.gandi.net\n\t[217.70.178.231])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 69F996049F\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat, 20 Nov 2021 12:12:29 +0100 (CET)", "(Authenticated sender: jacopo@jmondi.org)\n\tby relay11.mail.gandi.net (Postfix) with ESMTPSA id 01450100002;\n\tSat, 20 Nov 2021 11:12:28 +0000 (UTC)" ], "From": "Jacopo Mondi <jacopo@jmondi.org>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Sat, 20 Nov 2021 12:13:12 +0100", "Message-Id": "<20211120111313.106621-12-jacopo@jmondi.org>", "X-Mailer": "git-send-email 2.33.1", "In-Reply-To": "<20211120111313.106621-1-jacopo@jmondi.org>", "References": "<20211120111313.106621-1-jacopo@jmondi.org>", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH v2 11/12] test: camera: Fix trivial\n\tspelling mistaken", "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": "The error message should be:\n\"Failed to associate buffer with request\"\n\nFix that.\n\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n test/camera/capture.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)", "diff": "diff --git a/test/camera/capture.cpp b/test/camera/capture.cpp\nindex 41ae00d7a4c0..f3824f95cbd3 100644\n--- a/test/camera/capture.cpp\n+++ b/test/camera/capture.cpp\n@@ -109,7 +109,7 @@ protected:\n \t\t\t}\n \n \t\t\tif (request->addBuffer(stream, buffer.get())) {\n-\t\t\t\tcout << \"Failed to associating buffer with request\" << endl;\n+\t\t\t\tcout << \"Failed to associate buffer with request\" << endl;\n \t\t\t\treturn TestFail;\n \t\t\t}\n \n", "prefixes": [ "libcamera-devel", "v2", "11/12" ] }