Patch Detail
Show a patch.
GET /api/patches/480/?format=api
{ "id": 480, "url": "https://patchwork.libcamera.org/api/patches/480/?format=api", "web_url": "https://patchwork.libcamera.org/patch/480/", "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": "<20190202082943.27611-1-kieran.bingham@ideasonboard.com>", "date": "2019-02-02T08:29:43", "name": "[libcamera-devel] libcamera: camera: Fix spelling error", "commit_ref": "b82fac15c40a22f9dd15f5bd3d20e6730027a9df", "pull_url": null, "state": "accepted", "archived": false, "hash": "ef6920426672116638d6107697339ebcb9296b51", "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/480/mbox/", "series": [ { "id": 163, "url": "https://patchwork.libcamera.org/api/series/163/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=163", "date": "2019-02-02T08:29:43", "name": "[libcamera-devel] libcamera: camera: Fix spelling error", "version": 1, "mbox": "https://patchwork.libcamera.org/series/163/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/480/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/480/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 AD00F60B1B\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSat, 2 Feb 2019 09:29:51 +0100 (CET)", "from localhost.localdomain\n\t(218.182-78-194.adsl-static.isp.belgacom.be [194.78.182.218])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 2343141;\n\tSat, 2 Feb 2019 09:29:50 +0100 (CET)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1549096190;\n\tbh=u6YM0j7jLsejtXNPsCItuthPd7I2KUbegycnzfwqnX4=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=sosGdHrSLxypXg5Czvh8L3veOjyyjXHqYbACJCltGsOA3K7VDJnSEsZ7XzuMrm/3E\n\tNPamvtCze3dFeVqN87KIZY3t0dGusRVmNY2MJZqDRfBPswROXDbNSae0nlU19B0iBu\n\tEDVE8M1AbJk/Okyq3ZYQzuWYn/nlRBw+3tjccBOw=", "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>", "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>", "Date": "Sat, 2 Feb 2019 09:29:43 +0100", "Message-Id": "<20190202082943.27611-1-kieran.bingham@ideasonboard.com>", "X-Mailer": "git-send-email 2.19.1", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH] libcamera: camera: Fix 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": "Sat, 02 Feb 2019 08:29:51 -0000" }, "content": "Fix a small typo in the camera object documentation.\n\n cameera -> camera\n\nSigned-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n---\n src/libcamera/camera.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)", "diff": "diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp\nindex f2d8f9558c72..1e0946c17747 100644\n--- a/src/libcamera/camera.cpp\n+++ b/src/libcamera/camera.cpp\n@@ -102,7 +102,7 @@ const std::string &Camera::name() const\n * \\var Camera::disconnected\n * \\brief Signal emitted when the camera is disconnected from the system\n *\n- * This signal is emitted when libcamera detects that the cameera has been\n+ * This signal is emitted when libcamera detects that the camera has been\n * removed from the system. For hot-pluggable devices this is usually caused by\n * physical device disconnection. The media device is passed as a parameter.\n *\n", "prefixes": [ "libcamera-devel" ] }