Message ID | 20201025131731.25041-1-sebastian.fricke.linux@gmail.com |
---|---|
State | Accepted |
Commit | 5e738eb4d52a694eff808cd075bb49115e974d07 |
Headers | show |
Series |
|
Related | show |
Hi Sebastian, On Sun, Oct 25, 2020 at 02:17:31PM +0100, Sebastian Fricke wrote: > s/ > Start and the stop the image acquisition/ > Start and stop the image acquisition > > Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com> Indeed. The commit message might be re-arranged on two single lines, but this could be fixed eventually when applying. Acked-by: Jacopo Mondi <jacopo@jmondi.org> Thanks j > --- > Documentation/guides/pipeline-handler.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst > index d0370f1..57aee45 100644 > --- a/Documentation/guides/pipeline-handler.rst > +++ b/Documentation/guides/pipeline-handler.rst > @@ -63,7 +63,7 @@ functionalities: > system resources (memory, shared components, etc.) to satisfy the > configuration requested by the application. > > -- Start and the stop the image acquisition and processing sessions. > +- Start and stop the image acquisition and processing sessions. > > - Apply configuration settings requested by applications and computed by image > processing algorithms integrated in libcamera to the hardware devices. > -- > 2.20.1 > > _______________________________________________ > libcamera-devel mailing list > libcamera-devel@lists.libcamera.org > https://lists.libcamera.org/listinfo/libcamera-devel
On 25/10/2020 16:07, Jacopo Mondi wrote: > Hi Sebastian, > > On Sun, Oct 25, 2020 at 02:17:31PM +0100, Sebastian Fricke wrote: >> s/ >> Start and the stop the image acquisition/ >> Start and stop the image acquisition >> >> Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com> > > Indeed. > > The commit message might be re-arranged on two single lines, but this > could be fixed eventually when applying. > > Acked-by: Jacopo Mondi <jacopo@jmondi.org> Agreed, Jacopo - can you handle that and merge with your pending series please? Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> > > Thanks > j > >> --- >> Documentation/guides/pipeline-handler.rst | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst >> index d0370f1..57aee45 100644 >> --- a/Documentation/guides/pipeline-handler.rst >> +++ b/Documentation/guides/pipeline-handler.rst >> @@ -63,7 +63,7 @@ functionalities: >> system resources (memory, shared components, etc.) to satisfy the >> configuration requested by the application. >> >> -- Start and the stop the image acquisition and processing sessions. >> +- Start and stop the image acquisition and processing sessions. >> >> - Apply configuration settings requested by applications and computed by image >> processing algorithms integrated in libcamera to the hardware devices. >> -- >> 2.20.1 >> >> _______________________________________________ >> libcamera-devel mailing list >> libcamera-devel@lists.libcamera.org >> https://lists.libcamera.org/listinfo/libcamera-devel > _______________________________________________ > libcamera-devel mailing list > libcamera-devel@lists.libcamera.org > https://lists.libcamera.org/listinfo/libcamera-devel >
diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst index d0370f1..57aee45 100644 --- a/Documentation/guides/pipeline-handler.rst +++ b/Documentation/guides/pipeline-handler.rst @@ -63,7 +63,7 @@ functionalities: system resources (memory, shared components, etc.) to satisfy the configuration requested by the application. -- Start and the stop the image acquisition and processing sessions. +- Start and stop the image acquisition and processing sessions. - Apply configuration settings requested by applications and computed by image processing algorithms integrated in libcamera to the hardware devices.
s/ Start and the stop the image acquisition/ Start and stop the image acquisition Signed-off-by: Sebastian Fricke <sebastian.fricke.linux@gmail.com> --- Documentation/guides/pipeline-handler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)