Show a patch.

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

{
    "id": 2195,
    "url": "https://patchwork.libcamera.org/api/patches/2195/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/2195/",
    "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": "<20191018153920.13394-1-kieran.bingham@ideasonboard.com>",
    "date": "2019-10-18T15:39:20",
    "name": "[libcamera-devel] libcamera: pipeline_handler: Fix trivial spelling",
    "commit_ref": "3774f23f8eaeb5a303539081938533381862dfe1",
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "c82ff658b95d0dfb188cfad1c06c2c4601935b43",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/2195/mbox/",
    "series": [
        {
            "id": 537,
            "url": "https://patchwork.libcamera.org/api/series/537/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=537",
            "date": "2019-10-18T15:39:20",
            "name": "[libcamera-devel] libcamera: pipeline_handler: Fix trivial spelling",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/537/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/2195/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/2195/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<kieran.bingham@ideasonboard.com>",
        "Received": [
            "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id BE5D5600CA\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 18 Oct 2019 17:39:26 +0200 (CEST)",
            "from Q.local (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net\n\t[86.31.129.233])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 2E716D84;\n\tFri, 18 Oct 2019 17:39:26 +0200 (CEST)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1571413166;\n\tbh=Z/lHtnk5whkS0wIcAd507gZ86MdeoT6mNWZYj3l7yOI=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=OsX17QY667xKwGe2GqQC8Jr4M6rmX/5BOUl7qnhOkmIj5hH8ALS4jaeyaB+8fFXxi\n\tAbNYSf+kH7z7QRA7t6uA3S4bwHTiNpzS2/7cJIebO8jfNoyBGN53DX+m5FaEqviRSP\n\tIa6RS1UIX2nO4AqiJbTOyLV+TZtaar6kGE40Qmoo=",
        "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>",
        "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>",
        "Date": "Fri, 18 Oct 2019 16:39:20 +0100",
        "Message-Id": "<20191018153920.13394-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] libcamera: pipeline_handler: Fix trivial\n\tspelling",
        "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": "Fri, 18 Oct 2019 15:39:26 -0000"
    },
    "content": "Signaled is an American spelling.\n\n  s/signaled/signalled/\n\nFixes: b2c06cf40975 (\"libcamera: Handle request completion explicitly in pipeline handlers\")\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n src/libcamera/pipeline_handler.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/src/libcamera/pipeline_handler.cpp b/src/libcamera/pipeline_handler.cpp\nindex cb4337e50eb6..bf8c86d35c4f 100644\n--- a/src/libcamera/pipeline_handler.cpp\n+++ b/src/libcamera/pipeline_handler.cpp\n@@ -353,7 +353,7 @@ const ControlInfoMap &PipelineHandler::controls(Camera *camera)\n  * Pipeline handlers shall override this method. The base implementation in the\n  * PipelineHandler class keeps track of queued requests in order to ensure\n  * completion of all requests when the pipeline handler is stopped with stop().\n- * Requests completion shall be signaled by the pipeline handler using the\n+ * Requests completion shall be signalled by the pipeline handler using the\n  * completeRequest() method.\n  *\n  * \\return 0 on success or a negative error code otherwise\n",
    "prefixes": [
        "libcamera-devel"
    ]
}