Message ID | 20250701100802.49521-1-uajain@igalia.com |
---|---|
State | New |
Headers | show |
Series |
|
Related | show |
Hi Umang On Tue, Jul 01, 2025 at 03:38:02PM +0530, Umang Jain wrote: > Correct 'CameraConfigutation' spell error to 'CameraConfiguration'. > > Signed-off-by: Umang Jain <uajain@igalia.com> Indeed Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Thanks j > --- > src/libcamera/camera.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp > index c180a5fd..b4f9d243 100644 > --- a/src/libcamera/camera.cpp > +++ b/src/libcamera/camera.cpp > @@ -488,7 +488,7 @@ std::size_t CameraConfiguration::size() const > * > * \return A CameraConfiguration::Status value that describes the validation > * status. > - * \retval CameraConfigutation::Adjusted The configuration has been adjusted > + * \retval CameraConfiguration::Adjusted The configuration has been adjusted > * and is now valid. The color space of some or all of the streams may have > * been changed. The caller shall check the color spaces carefully. > * \retval CameraConfiguration::Valid The configuration was already valid and > -- > 2.50.0 >
Quoting Umang Jain (2025-07-01 11:08:02) > Correct 'CameraConfigutation' spell error to 'CameraConfiguration'. > > Signed-off-by: Umang Jain <uajain@igalia.com> > --- > src/libcamera/camera.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp > index c180a5fd..b4f9d243 100644 > --- a/src/libcamera/camera.cpp > +++ b/src/libcamera/camera.cpp > @@ -488,7 +488,7 @@ std::size_t CameraConfiguration::size() const > * > * \return A CameraConfiguration::Status value that describes the validation > * status. > - * \retval CameraConfigutation::Adjusted The configuration has been adjusted > + * \retval CameraConfiguration::Adjusted The configuration has been adjusted Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> > * and is now valid. The color space of some or all of the streams may have > * been changed. The caller shall check the color spaces carefully. > * \retval CameraConfiguration::Valid The configuration was already valid and > -- > 2.50.0 >
diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp index c180a5fd..b4f9d243 100644 --- a/src/libcamera/camera.cpp +++ b/src/libcamera/camera.cpp @@ -488,7 +488,7 @@ std::size_t CameraConfiguration::size() const * * \return A CameraConfiguration::Status value that describes the validation * status. - * \retval CameraConfigutation::Adjusted The configuration has been adjusted + * \retval CameraConfiguration::Adjusted The configuration has been adjusted * and is now valid. The color space of some or all of the streams may have * been changed. The caller shall check the color spaces carefully. * \retval CameraConfiguration::Valid The configuration was already valid and
Correct 'CameraConfigutation' spell error to 'CameraConfiguration'. Signed-off-by: Umang Jain <uajain@igalia.com> --- src/libcamera/camera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)