From a0f869f4ed92144aed6f8d9ad8f06eb02f365939 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 29 May 2019 12:30:37 +0100 Subject: 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 Signed-off-by: Kieran Bingham --- src/libcamera/pipeline_handler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libcamera/pipeline_handler.cpp') diff --git a/src/libcamera/pipeline_handler.cpp b/src/libcamera/pipeline_handler.cpp index af19f4a3..c91ef2f7 100644 --- a/src/libcamera/pipeline_handler.cpp +++ b/src/libcamera/pipeline_handler.cpp @@ -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. -- cgit v1.2.1