Patch Detail
Show a patch.
GET /api/patches/22779/?format=api
{ "id": 22779, "url": "https://patchwork.libcamera.org/api/patches/22779/?format=api", "web_url": "https://patchwork.libcamera.org/patch/22779/", "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": "<20250213163850.25254-1-laurent.pinchart@ideasonboard.com>", "date": "2025-02-13T16:38:50", "name": "ipa: rkisp1: algorithms: agc: Fix whitespace", "commit_ref": "9834402f81bb1fc597b0b9dcdf7cdceda09083b4", "pull_url": null, "state": "accepted", "archived": false, "hash": "c42f97fb4e40ce2322c08e1095fa992c209fd8a6", "submitter": { "id": 2, "url": "https://patchwork.libcamera.org/api/people/2/?format=api", "name": "Laurent Pinchart", "email": "laurent.pinchart@ideasonboard.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/22779/mbox/", "series": [ { "id": 5001, "url": "https://patchwork.libcamera.org/api/series/5001/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5001", "date": "2025-02-13T16:38:50", "name": "ipa: rkisp1: algorithms: agc: Fix whitespace", "version": 1, "mbox": "https://patchwork.libcamera.org/series/5001/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/22779/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/22779/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 09D6ABD7D8\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 13 Feb 2025 16:39:05 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id EBB3F6185F;\n\tThu, 13 Feb 2025 17:39:03 +0100 (CET)", "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 0226B6185F\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 13 Feb 2025 17:39:01 +0100 (CET)", "from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi\n\t[81.175.209.231])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 0B0F5594\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 13 Feb 2025 17:37:42 +0100 (CET)" ], "Authentication-Results": "lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"Yg2D/ExZ\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1739464663;\n\tbh=vti9ZudXev6gN/KoCwswt0qM3AefuoREwsFUsxxglZs=;\n\th=From:To:Subject:Date:From;\n\tb=Yg2D/ExZS5Pxq4gFlOGDrPl5tTvNzzVFHA/ERNe7GJmolNLoLbZJaxBPKj74JJrFh\n\tlHq27k3j3pIyUjUVevNuF1cVSEA+w+TRuhlJZjQRVu3RyC1P08Ha/0YkPkPL08J/ay\n\t5hm7S2wlul7nuzw92Pzux/BvIWTRmYOZuoDm8pEQ=", "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Subject": "[PATCH] ipa: rkisp1: algorithms: agc: Fix whitespace", "Date": "Thu, 13 Feb 2025 18:38:50 +0200", "Message-ID": "<20250213163850.25254-1-laurent.pinchart@ideasonboard.com>", "X-Mailer": "git-send-email 2.45.3", "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": "Drop trailing whitespace introduced by mistake.\n\nFixes: 0e0e32b1890c (\"ipa: rkisp1: algorithms: agc: Check for correct stats type\")\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n src/ipa/rkisp1/algorithms/agc.cpp | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)\n\n\nbase-commit: 2e8b6fd2178e199049c47b5f8f929f3d53f95362", "diff": "diff --git a/src/ipa/rkisp1/algorithms/agc.cpp b/src/ipa/rkisp1/algorithms/agc.cpp\nindex 45ec72188b3a..9a558a1ce29a 100644\n--- a/src/ipa/rkisp1/algorithms/agc.cpp\n+++ b/src/ipa/rkisp1/algorithms/agc.cpp\n@@ -466,7 +466,7 @@ void Agc::process(IPAContext &context, [[maybe_unused]] const uint32_t frame,\n \t\tfillMetadata(context, frameContext, metadata);\n \t\treturn;\n \t}\n-\t\n+\n \tif (!(stats->meas_type & RKISP1_CIF_ISP_STAT_AUTOEXP)) {\n \t\tfillMetadata(context, frameContext, metadata);\n \t\tLOG(RkISP1Agc, Error) << \"AUTOEXP data is missing in statistics\";\n", "prefixes": [] }