[v3,07/23] libcamera: simple: Fix a typo in a doc string
diff mbox series

Message ID 20240717085444.289997-8-mzamazal@redhat.com
State Accepted
Headers show
Series
  • Software ISP refactoring
Related show

Commit Message

Milan Zamazal July 17, 2024, 8:54 a.m. UTC
Rectify incorrect phrase in the sentence -- s/their share/they share/.

Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
---
 src/libcamera/pipeline/simple/simple.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Aug. 12, 2024, 12:37 p.m. UTC | #1
Hi Milan,

Thank you for the patch.

On Wed, Jul 17, 2024 at 10:54:28AM +0200, Milan Zamazal wrote:
> Rectify incorrect phrase in the sentence -- s/their share/they share/.
> 
> Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@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 60aafc4e..7c24c2c1 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.
Dan Scally Aug. 12, 2024, 1:05 p.m. UTC | #2
On 17/07/2024 09:54, Milan Zamazal wrote:
> Rectify incorrect phrase in the sentence -- s/their share/they share/.
>
> Signed-off-by: Milan Zamazal <mzamazal@redhat.com>
> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
> ---
Reviewed-by: Daniel Scally <dan.scally@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 60aafc4e..7c24c2c1 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.

Patch
diff mbox series

diff --git a/src/libcamera/pipeline/simple/simple.cpp b/src/libcamera/pipeline/simple/simple.cpp
index 60aafc4e..7c24c2c1 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.