libcamera: pipeline: Fix 'request' grammar

The PipelineHandler::completeBuffer documentation repeats the word
'request'.

Remove the duplication and reformat the lines to fit.

Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Kieran Bingham
2019-05-29 12:30:37 +01:00
parent 238919be59
commit a0f869f4ed

View File

@@ -391,8 +391,8 @@ bool PipelineHandler::completeBuffer(Camera *camera, Request *request,
* \param[in] request The request that has completed
*
* The pipeline handler shall call this method to notify the \a camera that the
* request request has complete. The request is deleted and shall not be
* accessed once this method returns.
* request has completed. The request is deleted and shall not be accessed once
* this method returns.
*
* The pipeline handler shall ensure that requests complete in the same order
* they are submitted.