From patchwork Sun Feb 23 23:03:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 22826 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 5472ABDB13 for ; Sun, 23 Feb 2025 23:04:37 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 062AF686D2; Mon, 24 Feb 2025 00:04:34 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="OtKCOaCQ"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id E9409686C0 for ; Mon, 24 Feb 2025 00:04:25 +0100 (CET) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id BC23A353 for ; Mon, 24 Feb 2025 00:02:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1740351780; bh=fw8MFjffCSl/1FHDokKIQe3ZiUPHbOEwPBuTk+n2isM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OtKCOaCQPzr7gU/615FJ0bD7IgQj3srDvihhyIvhzh/t8QR0y5rKCd6Tznh8PyR22 GRwJsPjtqgmGtZejxa+8AZefe3f2OPcvLIn+kk+mFtVHQdctNl6I8tkFh3SpBCWcUH nPcNXIoFV3jgnQsz9hF+x3O6MiGrSYPLVxFD5zzU= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH 04/15] libipa: awb: Standardize spelling on 'grey' world Date: Mon, 24 Feb 2025 01:03:52 +0200 Message-ID: <20250223230403.1226-5-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.45.3 In-Reply-To: <20250223230403.1226-1-laurent.pinchart@ideasonboard.com> References: <20250223230403.1226-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" All locations but one spell 'grey' instead of 'gray'. Fix the outlier. Signed-off-by: Laurent Pinchart Reviewed-by: Stefan Klug --- src/ipa/libipa/awb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipa/libipa/awb.cpp b/src/ipa/libipa/awb.cpp index 1adefa5bb929..b5aeb472f1f1 100644 --- a/src/ipa/libipa/awb.cpp +++ b/src/ipa/libipa/awb.cpp @@ -70,7 +70,7 @@ namespace ipa { * * Fetch the RGB means from the statistics. The values of each channel are * dimensionless and only the ratios are used for further calculations. This is - * used by the simple gray world model to calculate the gains to apply. + * used by the simple grey world model to calculate the gains to apply. * * \return The RGB means */