Show a patch.

GET /api/patches/4040/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 4040,
    "url": "https://patchwork.libcamera.org/api/patches/4040/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/4040/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/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": "<20200616105400.57377-1-paul.elder@ideasonboard.com>",
    "date": "2020-06-16T10:54:00",
    "name": "[libcamera-devel] libcamera: StreamConfiguration: Fix typo in documentation",
    "commit_ref": "967f77054cfe7828a4dba9fb4fad2d35b5c3882b",
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "758f842e5e1b59a22671cda50070de6028b7cf99",
    "submitter": {
        "id": 17,
        "url": "https://patchwork.libcamera.org/api/people/17/?format=api",
        "name": "Paul Elder",
        "email": "paul.elder@ideasonboard.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/4040/mbox/",
    "series": [
        {
            "id": 1003,
            "url": "https://patchwork.libcamera.org/api/series/1003/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1003",
            "date": "2020-06-16T10:54:00",
            "name": "[libcamera-devel] libcamera: StreamConfiguration: Fix typo in documentation",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/1003/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/4040/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/4040/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<paul.elder@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 5DECA60103\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 16 Jun 2020 12:54:23 +0200 (CEST)",
            "from jade.flets-east.jp (unknown\n\t[IPv6:2400:4051:61:600:2807:bdfa:f6a:8e53])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id DF1CFF9;\n\tTue, 16 Jun 2020 12:54:20 +0200 (CEST)"
        ],
        "Authentication-Results": "lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"IhlqNHZV\"; dkim-atps=neutral",
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1592304862;\n\tbh=VytRLRI/hHrTgg3LwW3cgb6JDZYe5/6yA26ingSTxFM=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=IhlqNHZV+8liymQeD7sQA9uLlI7zop/tU4kE4YZgPpcttHfMxqCcbG29A0wzSD4CE\n\tq/KAmT7pJ9ANgVLYat55/sdFmyvtxCkHkv8tlRhQlwK6JmQanfwuGGKB014BFQNoBJ\n\tT9FLul0cQChsCfYBByUPcUb+QnsoqriaKn+bkpaE=",
        "From": "Paul Elder <paul.elder@ideasonboard.com>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Tue, 16 Jun 2020 19:54:00 +0900",
        "Message-Id": "<20200616105400.57377-1-paul.elder@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.27.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH] libcamera: StreamConfiguration: Fix typo\n\tin documentation",
        "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>",
        "X-List-Received-Date": "Tue, 16 Jun 2020 10:54:23 -0000"
    },
    "content": "Fix a typo in the documentation in the StreamConfiguration constructor.\n\nSigned-off-by: Paul Elder <paul.elder@ideasonboard.com>\n---\n src/libcamera/stream.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/src/libcamera/stream.cpp b/src/libcamera/stream.cpp\nindex f34348f..8e78234 100644\n--- a/src/libcamera/stream.cpp\n+++ b/src/libcamera/stream.cpp\n@@ -276,7 +276,7 @@ SizeRange StreamFormats::range(const PixelFormat &pixelformat) const\n \n /**\n  * \\todo This method is deprecated and should be removed once all pipeline\n- * handlers provied StreamFormats.\n+ * handlers provide StreamFormats.\n  */\n StreamConfiguration::StreamConfiguration()\n \t: pixelFormat(0), stream_(nullptr)\n",
    "prefixes": [
        "libcamera-devel"
    ]
}