Patch Detail
Show a patch.
GET /api/1.1/patches/20022/?format=api
{ "id": 20022, "url": "https://patchwork.libcamera.org/api/1.1/patches/20022/?format=api", "web_url": "https://patchwork.libcamera.org/patch/20022/", "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": "<20240508145149.1453199-1-paul.elder@ideasonboard.com>", "date": "2024-05-08T14:51:49", "name": "ipa: libipa: camera_sensor_helper: Remove stray semicolon", "commit_ref": null, "pull_url": null, "state": "not-applicable", "archived": false, "hash": "015352703c4ea7ca64fe98b60a7d19ca102575a4", "submitter": { "id": 17, "url": "https://patchwork.libcamera.org/api/1.1/people/17/?format=api", "name": "Paul Elder", "email": "paul.elder@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/20022/mbox/", "series": [ { "id": 4297, "url": "https://patchwork.libcamera.org/api/1.1/series/4297/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4297", "date": "2024-05-08T14:51:49", "name": "ipa: libipa: camera_sensor_helper: Remove stray semicolon", "version": 1, "mbox": "https://patchwork.libcamera.org/series/4297/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/20022/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/20022/checks/", "tags": {}, "headers": { "Return-Path": "<libcamera-devel-bounces@lists.libcamera.org>", "X-Original-To": "parsemail@patchwork.libcamera.org", "Delivered-To": "parsemail@patchwork.libcamera.org", "Received": [ "from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 2CF2ABDE6B\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 8 May 2024 14:52:01 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id D8C4C6343A;\n\tWed, 8 May 2024 16:52:00 +0200 (CEST)", "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 69BB261A73\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 8 May 2024 16:51:59 +0200 (CEST)", "from neptunite.hamster-moth.ts.net\n\t(h175-177-049-156.catv02.itscom.jp [175.177.49.156])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 9062EB0B;\n\tWed, 8 May 2024 16:51:55 +0200 (CEST)" ], "Authentication-Results": "lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"eKzkA2RI\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1715179916;\n\tbh=FxeSsC4JbmS3MVEl8UomlocaWO9SmWr8ylPnI+BKO8w=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=eKzkA2RICcNoWP7rbh8+/rJr6i1Ol/gLCIz1gJA043E8TfnD/6wGu5yR1ZutpSUre\n\tNMRh1MEuQghXWKcjdsR/PdwGBHT0Ys8ASdGMohwrs4KJXFhfM4TAuqkaWWGTTMSKUz\n\tl8JCGv2FoQNMwSdl9+Hkcc9vxj6kiuaPf1hdJ5bE=", "From": "Paul Elder <paul.elder@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Cc": "Paul Elder <paul.elder@ideasonboard.com>", "Subject": "[PATCH] ipa: libipa: camera_sensor_helper: Remove stray semicolon", "Date": "Wed, 8 May 2024 23:51:49 +0900", "Message-Id": "<20240508145149.1453199-1-paul.elder@ideasonboard.com>", "X-Mailer": "git-send-email 2.39.2", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "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>", "Errors-To": "libcamera-devel-bounces@lists.libcamera.org", "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>" }, "content": "Remove a stray semicolon that was apparently causing compilation\nproblems on clang 17.\n\nSigned-off-by: Paul Elder <paul.elder@ideasonboard.com>\n---\n src/ipa/libipa/camera_sensor_helper.h | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)", "diff": "diff --git a/src/ipa/libipa/camera_sensor_helper.h b/src/ipa/libipa/camera_sensor_helper.h\nindex dcdbe82b..72024afc 100644\n--- a/src/ipa/libipa/camera_sensor_helper.h\n+++ b/src/ipa/libipa/camera_sensor_helper.h\n@@ -68,7 +68,7 @@ public:\n \n \tstatic std::vector<CameraSensorHelperFactoryBase *> &factories();\n \n-\tconst std::string &name() const { return name_; };\n+\tconst std::string &name() const { return name_; }\n \n private:\n \tLIBCAMERA_DISABLE_COPY_AND_MOVE(CameraSensorHelperFactoryBase)\n", "prefixes": [] }