Patch Detail
Show a patch.
GET /api/1.1/patches/1641/?format=api
{ "id": 1641, "url": "https://patchwork.libcamera.org/api/1.1/patches/1641/?format=api", "web_url": "https://patchwork.libcamera.org/patch/1641/", "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": "<20190710114738.32077-1-kieran.bingham@ideasonboard.com>", "date": "2019-07-10T11:47:38", "name": "[libcamera-devel] Documentation: Fix trivial spelling error.", "commit_ref": "6a27bd33879970e182949ad2010687886d2dc671", "pull_url": null, "state": "accepted", "archived": false, "hash": "f282b56effd838801027f096dafd225b59346dd6", "submitter": { "id": 4, "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api", "name": "Kieran Bingham", "email": "kieran.bingham@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/1641/mbox/", "series": [ { "id": 411, "url": "https://patchwork.libcamera.org/api/1.1/series/411/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=411", "date": "2019-07-10T11:47:38", "name": "[libcamera-devel] Documentation: Fix trivial spelling error.", "version": 1, "mbox": "https://patchwork.libcamera.org/series/411/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/1641/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/1641/checks/", "tags": {}, "headers": { "Return-Path": "<kieran.bingham@ideasonboard.com>", "Received": [ "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 3030160C23\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 10 Jul 2019 13:47:43 +0200 (CEST)", "from localhost.localdomain\n\t(cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 84B2D31C;\n\tWed, 10 Jul 2019 13:47:42 +0200 (CEST)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1562759262;\n\tbh=QUhtkPaxYQ5cZ4fmxgWj/nPRb0XHivx2tUhemLIJIOs=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=p7bp5QjpR+Khfjj1+OSUxPUu6Lz5+uPJ6A0hdBF9ncVjRGSRrkYslgDkwf03sJnV1\n\tIiIE17sCL2zc0WKct1A/huPT1ujeYzVaGUv21pXvBQJiNR5kIrY/6WawXMDTmutiOh\n\tldlzQjGkKUVwEtLY/CykWrYh78SKx7hMgr8+Xtzw=", "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>", "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>", "Date": "Wed, 10 Jul 2019 12:47:38 +0100", "Message-Id": "<20190710114738.32077-1-kieran.bingham@ideasonboard.com>", "X-Mailer": "git-send-email 2.20.1", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH] Documentation: Fix trivial spelling error.", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "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>", "X-List-Received-Date": "Wed, 10 Jul 2019 11:47:43 -0000" }, "content": "harware -> hardware\n\nReported-by: Hans Verkuil <hverkuil@xs4all.nl>\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\nOne day, I'll get my patch spell checker in to checkstyle.py ... ;-D\n\n Documentation/docs.rst | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)", "diff": "diff --git a/Documentation/docs.rst b/Documentation/docs.rst\nindex c3e24bb9797c..cc621a49f412 100644\n--- a/Documentation/docs.rst\n+++ b/Documentation/docs.rst\n@@ -379,5 +379,5 @@ features required by Android and missing from libcamera, such as JPEG encoding\n support.\n \n The Android camera HAL implementation will initially target the\n-LIMITED harware level, with support for the FULL level then being gradually\n+LIMITED hardware level, with support for the FULL level then being gradually\n implemented.\n", "prefixes": [ "libcamera-devel" ] }