Message ID | 20250223230403.1226-5-laurent.pinchart@ideasonboard.com |
---|---|
State | Accepted |
Headers | show |
Series |
|
Related | show |
Hi Laurent, Thank you for the patch. On Mon, Feb 24, 2025 at 01:03:52AM +0200, Laurent Pinchart wrote: > All locations but one spell 'grey' instead of 'gray'. Fix the outlier. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com> > --- > 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 > */ > -- > Regards, > > Laurent Pinchart >
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 */
All locations but one spell 'grey' instead of 'gray'. Fix the outlier. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- src/ipa/libipa/awb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)