{"id":22584,"url":"https://patchwork.libcamera.org/api/1.1/patches/22584/?format=json","web_url":"https://patchwork.libcamera.org/patch/22584/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20250119235536.30508-1-laurent.pinchart@ideasonboard.com>","date":"2025-01-19T23:55:36","name":"ipa: libipa: lux: Fix indentation","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"43ec702c487e34eecac064236777da250f3a61b9","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/1.1/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/22584/mbox/","series":[{"id":4955,"url":"https://patchwork.libcamera.org/api/1.1/series/4955/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=4955","date":"2025-01-19T23:55:36","name":"ipa: libipa: lux: Fix indentation","version":1,"mbox":"https://patchwork.libcamera.org/series/4955/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/22584/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/22584/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 720F4C3273\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSun, 19 Jan 2025 23:55:46 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 88F8A6854D;\n\tMon, 20 Jan 2025 00:55:45 +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 1395768519\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 20 Jan 2025 00:55:43 +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 B562E22A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 20 Jan 2025 00:54:41 +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=\"bx85YU9R\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1737330881;\n\tbh=wQZpzzlD6SQ8WQunoPHarA6ZA0FT/qkJUfY4WAaPnjs=;\n\th=From:To:Subject:Date:From;\n\tb=bx85YU9RAju2/2kfh+vs+efa3CtFtXSOrVWtni2qNPj/pd0SxofiL3PtIh6QCZ2L/\n\tm8bdnIsWjXcvYf2VtNNAOPHEQfk1WDJz+dSX5MWftp8h+h70qxX2PVdIhDQ0oVtNp1\n\tuq1TsrhfxfRBirn7PgHkp3/uCzF5OFbkAUqSmmGE=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Subject":"[PATCH] ipa: libipa: lux: Fix indentation","Date":"Mon, 20 Jan 2025 01:55:36 +0200","Message-ID":"<20250119235536.30508-1-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.45.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":"Indentation in a doxygen comment is wrong, fix it.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n src/ipa/libipa/lux.cpp | 6 +++---\n 1 file changed, 3 insertions(+), 3 deletions(-)\n\n\nbase-commit: 4dad8ece72c0c1c6c9e0101f4c31937bd739d001\n--\nRegards,\n\nLaurent Pinchart","diff":"diff --git a/src/ipa/libipa/lux.cpp b/src/ipa/libipa/lux.cpp\nindex bae8198fa169..61f8fea8e3d9 100644\n--- a/src/ipa/libipa/lux.cpp\n+++ b/src/ipa/libipa/lux.cpp\n@@ -76,9 +76,9 @@ namespace ipa {\n  */\n\n /**\n-  * \\brief Construct the Lux helper module\n-  * \\param[in] binSize The maximum count of each bin\n-  */\n+ * \\brief Construct the Lux helper module\n+ * \\param[in] binSize The maximum count of each bin\n+ */\n Lux::Lux(unsigned int binSize)\n \t: binSize_(binSize)\n {\n","prefixes":[]}