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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user