Message ID | 20190610220759.7192-2-kieran.bingham@ideasonboard.com |
---|---|
State | Accepted |
Commit | 4232b60612515eb5e4949ab5fb4bd6fd352d1b3f |
Headers | show |
Series |
|
Related | show |
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@ideasonboard.com> Thanks! Acked-by: Jacopo Mondi <jacopo@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@lists.libcamera.org > https://lists.libcamera.org/listinfo/libcamera-devel
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())
Fix trivial spelling of queueing. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> --- src/libcamera/pipeline/ipu3/ipu3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)