Message ID | 20210418172712.61536-1-sebastian.fricke@posteo.net |
---|---|
State | Accepted |
Headers | show |
Series |
|
Related | show |
Hi Sebastian, Thank you for the patch. On Sun, Apr 18, 2021 at 05:27:10PM +0000, Sebastian Fricke wrote: > Fix two typos and improve the sentence. > > Signed-off-by: Sebastian Fricke <sebastian.fricke@posteo.net> > --- > src/ipa/raspberrypi/cam_helper_imx219.cpp | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/ipa/raspberrypi/cam_helper_imx219.cpp b/src/ipa/raspberrypi/cam_helper_imx219.cpp > index 0e454d0d..ecd56455 100644 > --- a/src/ipa/raspberrypi/cam_helper_imx219.cpp > +++ b/src/ipa/raspberrypi/cam_helper_imx219.cpp > @@ -11,8 +11,8 @@ > #include <stdlib.h> > > /* > - * We have observed the imx219 embedded data stream randomly return junk > - * reister values. Do not rely on embedded data until this has been resolved. > + * We have observed that the imx219 embedded data stream randomly returns junk > + * register values. Do not rely on embedded data until this has been resolved. I'll remove the extra space after the period when applying. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > */ > #define ENABLE_EMBEDDED_DATA 0 >
diff --git a/src/ipa/raspberrypi/cam_helper_imx219.cpp b/src/ipa/raspberrypi/cam_helper_imx219.cpp index 0e454d0d..ecd56455 100644 --- a/src/ipa/raspberrypi/cam_helper_imx219.cpp +++ b/src/ipa/raspberrypi/cam_helper_imx219.cpp @@ -11,8 +11,8 @@ #include <stdlib.h> /* - * We have observed the imx219 embedded data stream randomly return junk - * reister values. Do not rely on embedded data until this has been resolved. + * We have observed that the imx219 embedded data stream randomly returns junk + * register values. Do not rely on embedded data until this has been resolved. */ #define ENABLE_EMBEDDED_DATA 0
Fix two typos and improve the sentence. Signed-off-by: Sebastian Fricke <sebastian.fricke@posteo.net> --- src/ipa/raspberrypi/cam_helper_imx219.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)