Show a patch.

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

{
    "id": 3315,
    "url": "https://patchwork.libcamera.org/api/patches/3315/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/3315/",
    "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": "<20200324202844.1518292-5-jacopo@jmondi.org>",
    "date": "2020-03-24T20:28:44",
    "name": "[libcamera-devel,4/4] media: bcm2835: Fix trivial whitespace error",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": false,
    "hash": "deaf0834f67f3d0aa1faae24be29d47f4719f628",
    "submitter": {
        "id": 3,
        "url": "https://patchwork.libcamera.org/api/people/3/?format=api",
        "name": "Jacopo Mondi",
        "email": "jacopo@jmondi.org"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/3315/mbox/",
    "series": [
        {
            "id": 772,
            "url": "https://patchwork.libcamera.org/api/series/772/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=772",
            "date": "2020-03-24T20:28:40",
            "name": "media: Register read-only sub-dev devnode",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/772/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/3315/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/3315/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<jacopo@jmondi.org>",
        "Received": [
            "from relay11.mail.gandi.net (relay11.mail.gandi.net\n\t[217.70.178.231])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 5529962CD6\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 24 Mar 2020 21:25:59 +0100 (CET)",
            "from localhost.localdomain (2-224-242-101.ip172.fastwebnet.it\n\t[2.224.242.101]) (Authenticated sender: jacopo@jmondi.org)\n\tby relay11.mail.gandi.net (Postfix) with ESMTPSA id 25711100004;\n\tTue, 24 Mar 2020 20:25:57 +0000 (UTC)"
        ],
        "From": "Jacopo Mondi <jacopo@jmondi.org>",
        "To": "linux-media@vger.kernel.org,\n\tlibcamera-devel@lists.libcamera.org",
        "Cc": "Jacopo Mondi <jacopo@jmondi.org>, mchehab@kernel.org,\n\thverkuil-cisco@xs4all.nl, sakari.ailus@linux.intel.com",
        "Date": "Tue, 24 Mar 2020 21:28:44 +0100",
        "Message-Id": "<20200324202844.1518292-5-jacopo@jmondi.org>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20200324202844.1518292-1-jacopo@jmondi.org>",
        "References": "<20200324202844.1518292-1-jacopo@jmondi.org>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 4/4] media: bcm2835: Fix trivial\n\twhitespace error",
        "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, 24 Mar 2020 20:25:59 -0000"
    },
    "content": "Cosmetic change only.\n\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n drivers/media/platform/bcm2835/bcm2835-unicam.c | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)",
    "diff": "diff --git a/drivers/media/platform/bcm2835/bcm2835-unicam.c b/drivers/media/platform/bcm2835/bcm2835-unicam.c\nindex 5001976dcebc..65534a18d3d4 100644\n--- a/drivers/media/platform/bcm2835/bcm2835-unicam.c\n+++ b/drivers/media/platform/bcm2835/bcm2835-unicam.c\n@@ -2462,7 +2462,7 @@ static int unicam_set_ctrl(struct v4l2_ctrl *ctrl)\n \t\t/* Change the number of frames of delay we believe there\n \t\t * to be between updating analogue gain and it taking effect.\n \t\t */\n-\t\treturn unicam_update_delay(unicam, \n+\t\treturn unicam_update_delay(unicam,\n \t\t\tV4L2_CID_ANALOGUE_GAIN, ctrl->val);\n \n \tdefault:\n",
    "prefixes": [
        "libcamera-devel",
        "4/4"
    ]
}