[libcamera-devel,1/2] pipeline: ipu3: Fix mis-aligned comment
diff mbox series

Message ID 20210526130129.673747-2-umang.jain@ideasonboard.com
State Superseded
Headers show
Series
  • ipa: ipu3: Provide frame timestamps through IPU3Event
Related show

Commit Message

Umang Jain May 26, 2021, 1:01 p.m. UTC
Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Change-Id: I801f371b048eb027b0e98770ce8af8a9be4b04d3
---
 src/libcamera/pipeline/ipu3/ipu3.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Patch
diff mbox series

diff --git a/src/libcamera/pipeline/ipu3/ipu3.cpp b/src/libcamera/pipeline/ipu3/ipu3.cpp
index 25203256..750880ed 100644
--- a/src/libcamera/pipeline/ipu3/ipu3.cpp
+++ b/src/libcamera/pipeline/ipu3/ipu3.cpp
@@ -1361,9 +1361,9 @@  void IPU3CameraData::statBufferReady(FrameBuffer *buffer)
 		info->metadataProcessed = true;
 
 		/*
-		* tryComplete() will delete info if it completes the IPU3Frame.
-		* In that event, we must have obtained the Request before hand.
-		*/
+		 * tryComplete() will delete info if it completes the IPU3Frame.
+		 * In that event, we must have obtained the Request before hand.
+		 */
 		Request *request = info->request;
 
 		if (frameInfos_.tryComplete(info))