mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-25 17:45:06 +03:00
libcamera: pipeline: ipu3: Fix spelling
Fix trivial spelling of queueing. Acked-by: Jacopo Mondi <jacopo@jmondi.org> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
a0f869f4ed
commit
4232b60612
1 changed files with 1 additions and 1 deletions
|
@ -909,7 +909,7 @@ void IPU3CameraData::imguOutputBufferReady(Buffer *buffer)
|
||||||
/* Request not completed yet, return here. */
|
/* Request not completed yet, return here. */
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/* Complete the pending requests in queuing order. */
|
/* Complete the pending requests in queueing order. */
|
||||||
while (1) {
|
while (1) {
|
||||||
request = queuedRequests_.front();
|
request = queuedRequests_.front();
|
||||||
if (request->hasPendingBuffers())
|
if (request->hasPendingBuffers())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue