Message ID | 20250223230403.1226-6-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:53AM +0200, Laurent Pinchart wrote: > The AwbStats documentation incorrectly references pipeline handlers when > it means IPA modules. Fix it. That was mentioned by Paul before. Ah no, that was on AwbAlgorithm and only fixed there... > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com> > --- > src/ipa/libipa/awb.cpp | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/ipa/libipa/awb.cpp b/src/ipa/libipa/awb.cpp > index b5aeb472f1f1..1c4f2330ec6c 100644 > --- a/src/ipa/libipa/awb.cpp > +++ b/src/ipa/libipa/awb.cpp > @@ -43,8 +43,8 @@ namespace ipa { > * \class AwbStats > * \brief An abstraction class wrapping hardware-specific AWB statistics > * > - * Pipeline handlers using an AWB algorithm based on the AwbAlgorithm class need > - * to implement this class to give the algorithm access to the hardware-specific > + * IPA modules using an AWB algorithm based on the AwbAlgorithm class need to > + * implement this class to give the algorithm access to the hardware-specific > * statistics data. > */ > > -- > Regards, > > Laurent Pinchart >
diff --git a/src/ipa/libipa/awb.cpp b/src/ipa/libipa/awb.cpp index b5aeb472f1f1..1c4f2330ec6c 100644 --- a/src/ipa/libipa/awb.cpp +++ b/src/ipa/libipa/awb.cpp @@ -43,8 +43,8 @@ namespace ipa { * \class AwbStats * \brief An abstraction class wrapping hardware-specific AWB statistics * - * Pipeline handlers using an AWB algorithm based on the AwbAlgorithm class need - * to implement this class to give the algorithm access to the hardware-specific + * IPA modules using an AWB algorithm based on the AwbAlgorithm class need to + * implement this class to give the algorithm access to the hardware-specific * statistics data. */
The AwbStats documentation incorrectly references pipeline handlers when it means IPA modules. Fix it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- src/ipa/libipa/awb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)