Message ID | 20190710114738.32077-1-kieran.bingham@ideasonboard.com |
---|---|
State | Accepted |
Commit | 6a27bd33879970e182949ad2010687886d2dc671 |
Headers | show |
Series |
|
Related | show |
Hi Kieran, Thank you for the patch. On Wed, Jul 10, 2019 at 12:47:38PM +0100, Kieran Bingham wrote: > harware -> hardware > > Reported-by: Hans Verkuil <hverkuil@xs4all.nl> > Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > One day, I'll get my patch spell checker in to checkstyle.py ... ;-D > > Documentation/docs.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/docs.rst b/Documentation/docs.rst > index c3e24bb9797c..cc621a49f412 100644 > --- a/Documentation/docs.rst > +++ b/Documentation/docs.rst > @@ -379,5 +379,5 @@ features required by Android and missing from libcamera, such as JPEG encoding > support. > > The Android camera HAL implementation will initially target the > -LIMITED harware level, with support for the FULL level then being gradually > +LIMITED hardware level, with support for the FULL level then being gradually > implemented.
Hi Kieran, Thanks for your patch. On 2019-07-10 12:47:38 +0100, Kieran Bingham wrote: > harware -> hardware > > Reported-by: Hans Verkuil <hverkuil@xs4all.nl> > Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> > --- > One day, I'll get my patch spell checker in to checkstyle.py ... ;-D > > Documentation/docs.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/docs.rst b/Documentation/docs.rst > index c3e24bb9797c..cc621a49f412 100644 > --- a/Documentation/docs.rst > +++ b/Documentation/docs.rst > @@ -379,5 +379,5 @@ features required by Android and missing from libcamera, such as JPEG encoding > support. > > The Android camera HAL implementation will initially target the > -LIMITED harware level, with support for the FULL level then being gradually > +LIMITED hardware level, with support for the FULL level then being gradually > implemented. > -- > 2.20.1 > > _______________________________________________ > libcamera-devel mailing list > libcamera-devel@lists.libcamera.org > https://lists.libcamera.org/listinfo/libcamera-devel
On 10/07/2019 12:47, Kieran Bingham wrote: > harware -> hardware > > Reported-by: Hans Verkuil <hverkuil@xs4all.nl> > Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Pushed with tags collected and spurious period removed from the end of the title. Thanks for the report Hans, it will be updated in tonight's automated build of the website. -- Kieran > --- > One day, I'll get my patch spell checker in to checkstyle.py ... ;-D > > Documentation/docs.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/docs.rst b/Documentation/docs.rst > index c3e24bb9797c..cc621a49f412 100644 > --- a/Documentation/docs.rst > +++ b/Documentation/docs.rst > @@ -379,5 +379,5 @@ features required by Android and missing from libcamera, such as JPEG encoding > support. > > The Android camera HAL implementation will initially target the > -LIMITED harware level, with support for the FULL level then being gradually > +LIMITED hardware level, with support for the FULL level then being gradually > implemented. >
diff --git a/Documentation/docs.rst b/Documentation/docs.rst index c3e24bb9797c..cc621a49f412 100644 --- a/Documentation/docs.rst +++ b/Documentation/docs.rst @@ -379,5 +379,5 @@ features required by Android and missing from libcamera, such as JPEG encoding support. The Android camera HAL implementation will initially target the -LIMITED harware level, with support for the FULL level then being gradually +LIMITED hardware level, with support for the FULL level then being gradually implemented.
harware -> hardware Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> --- One day, I'll get my patch spell checker in to checkstyle.py ... ;-D Documentation/docs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)