Message ID | 20240626072100.55497-4-mzamazal@redhat.com |
---|---|
State | Superseded |
Headers | show |
Series |
|
Related | show |
Hi Milan, Thank you for the patch. On 26/06/24 12:50 pm, Milan Zamazal wrote: > Signed-off-by: Milan Zamazal <mzamazal@redhat.com> nit again about commit message (I know it's annoying ;-)) " Rectify incorrect phrase in the sentence - s/their share/they share/ " Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> > --- > src/libcamera/pipeline/simple/simple.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp > index eb36578e..7abe1d1d 100644 > --- a/src/libcamera/pipeline/simple/simple.cpp > +++ b/src/libcamera/pipeline/simple/simple.cpp > @@ -163,7 +163,7 @@ LOG_DEFINE_CATEGORY(SimplePipeline) > * handler has no a priori knowledge of. The pipeline handler thus implements a > * heuristic to handle sharing of hardware resources in a generic fashion. > * > - * Two cameras are considered to be mutually exclusive if their share common > + * Two cameras are considered to be mutually exclusive if they share common > * pads along the pipeline from the camera sensor to the video node. An entity > * can thus be used concurrently by multiple cameras, as long as pads are > * distinct.
diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp index eb36578e..7abe1d1d 100644 --- a/src/libcamera/pipeline/simple/simple.cpp +++ b/src/libcamera/pipeline/simple/simple.cpp @@ -163,7 +163,7 @@ LOG_DEFINE_CATEGORY(SimplePipeline) * handler has no a priori knowledge of. The pipeline handler thus implements a * heuristic to handle sharing of hardware resources in a generic fashion. * - * Two cameras are considered to be mutually exclusive if their share common + * Two cameras are considered to be mutually exclusive if they share common * pads along the pipeline from the camera sensor to the video node. An entity * can thus be used concurrently by multiple cameras, as long as pads are * distinct.
Signed-off-by: Milan Zamazal <mzamazal@redhat.com> --- src/libcamera/pipeline/simple/simple.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)