[libcamera-devel] [PATCH 2/3] libcamera: pipeline: ipu3: Fix spelling

Jacopo Mondi jacopo at jmondi.org
Tue Jun 11 08:07:38 CEST 2019


Hi Kieran,

On Mon, Jun 10, 2019 at 11:07:58PM +0100, Kieran Bingham wrote:
> Fix trivial spelling of queueing.
>
> Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

Thanks!

Acked-by: Jacopo Mondi <jacopo at jmondi.org>

Thanks
   j
> ---
>  src/libcamera/pipeline/ipu3/ipu3.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/libcamera/pipeline/ipu3/ipu3.cpp b/src/libcamera/pipeline/ipu3/ipu3.cpp
> index 05005c42106b..f2bdecbac20f 100644
> --- a/src/libcamera/pipeline/ipu3/ipu3.cpp
> +++ b/src/libcamera/pipeline/ipu3/ipu3.cpp
> @@ -909,7 +909,7 @@ void IPU3CameraData::imguOutputBufferReady(Buffer *buffer)
>  		/* Request not completed yet, return here. */
>  		return;
>
> -	/* Complete the pending requests in queuing order. */
> +	/* Complete the pending requests in queueing order. */
>  	while (1) {
>  		request = queuedRequests_.front();
>  		if (request->hasPendingBuffers())
> --
> 2.20.1
>
> _______________________________________________
> libcamera-devel mailing list
> libcamera-devel at lists.libcamera.org
> https://lists.libcamera.org/listinfo/libcamera-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.libcamera.org/pipermail/libcamera-devel/attachments/20190611/5b6b7528/attachment.sig>


More information about the libcamera-devel mailing list