summaryrefslogtreecommitdiff
path: root/src/libcamera/request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/request.cpp')
-rw-r--r--src/libcamera/request.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcamera/request.cpp b/src/libcamera/request.cpp
index 433c6f83..ef65c42f 100644
--- a/src/libcamera/request.cpp
+++ b/src/libcamera/request.cpp
@@ -90,7 +90,6 @@ int Request::setBuffers(const std::map<Stream *, Buffer *> &streamMap)
/**
* \brief Return the buffer associated with a stream
* \param[in] stream The stream the buffer is associated to
- *
* \return The buffer associated with the stream, or nullptr if the stream is
* not part of this request
*/