Show a patch.

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

{
    "id": 1155,
    "url": "https://patchwork.libcamera.org/api/1.1/patches/1155/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/1155/",
    "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": "<20190503153632.8836-1-kieran.bingham@ideasonboard.com>",
    "date": "2019-05-03T15:36:32",
    "name": "[libcamera-devel] libcamera: v4l2_device: Fix debug spacing",
    "commit_ref": "19f9b90542b84dcc6142659f19a7f2a0f6a9c411",
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "46dd02c85ab632476d75a9ca2e12d937b557513b",
    "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/1155/mbox/",
    "series": [
        {
            "id": 293,
            "url": "https://patchwork.libcamera.org/api/1.1/series/293/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=293",
            "date": "2019-05-03T15:36:32",
            "name": "[libcamera-devel] libcamera: v4l2_device: Fix debug spacing",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/293/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/1155/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/1155/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 A7E5360003\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri,  3 May 2019 17:36:36 +0200 (CEST)",
            "from Q.Home (unknown [IPv6:2a02:c7f:1887:5d00:c990:5ff4:193b:c9b8])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 1726F31E;\n\tFri,  3 May 2019 17:36:36 +0200 (CEST)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1556897796;\n\tbh=whSn0QCWH0X/8RapUMePdQTUKL1QsWE7phkzKx/h5fg=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=tVb3UCkPgfjjzySJukNw+J5yGDdD1oqFLfuOfaRaF0S3b3jEgxrmAV4RC5qCMz7Mx\n\truRKhOykOgGNKFlUhvFY4P3cAaQ5aI/syiVFVLnRD+vN5Prf6yc5fkwreQlj8MoxKt\n\t/oS2rlRgr/VMJEgJY5Nvxaee5qBRUM1VvDuDb94M=",
        "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>",
        "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>",
        "Date": "Fri,  3 May 2019 16:36:32 +0100",
        "Message-Id": "<20190503153632.8836-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: v4l2_device: Fix debug spacing",
        "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": "Fri, 03 May 2019 15:36:36 -0000"
    },
    "content": "Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n src/libcamera/v4l2_device.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/src/libcamera/v4l2_device.cpp b/src/libcamera/v4l2_device.cpp\nindex 1bbf79673c16..e22323de19c3 100644\n--- a/src/libcamera/v4l2_device.cpp\n+++ b/src/libcamera/v4l2_device.cpp\n@@ -717,7 +717,7 @@ int V4L2Device::importBuffers(BufferPool *pool)\n \t\treturn -ENOMEM;\n \t}\n \n-\tLOG(V4L2, Debug) << \"provided pool of \" << pool->count() << \"buffers\";\n+\tLOG(V4L2, Debug) << \"provided pool of \" << pool->count() << \" buffers\";\n \tbufferPool_ = pool;\n \n \treturn 0;\n",
    "prefixes": [
        "libcamera-devel"
    ]
}