[libcamera-devel,v7,2/5] libcamera: ipu3: Fix rogue whitespace
diff mbox series

Message ID 20220604211148.188421-3-Rauch.Christian@gmx.de
State Accepted
Headers show
Series
  • generate and use fixed-sized Span Control types
Related show

Commit Message

Christian Rauch June 4, 2022, 9:11 p.m. UTC
Fix a comment line wrongly indented with spaces instead of tabs.

Signed-off-by: Christian Rauch <Rauch.Christian@gmx.de>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
---
 src/libcamera/pipeline/ipu3/ipu3.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.34.1

Comments

Laurent Pinchart June 4, 2022, 9:54 p.m. UTC | #1
Hi Christian,

Thank you for the patch.

On Sat, Jun 04, 2022 at 10:11:45PM +0100, Christian Rauch via libcamera-devel wrote:
> Fix a comment line wrongly indented with spaces instead of tabs.
> 
> Signed-off-by: Christian Rauch <Rauch.Christian@gmx.de>
> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  src/libcamera/pipeline/ipu3/ipu3.cpp | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/libcamera/pipeline/ipu3/ipu3.cpp b/src/libcamera/pipeline/ipu3/ipu3.cpp
> index 9d9ea138..43db7b68 100644
> --- a/src/libcamera/pipeline/ipu3/ipu3.cpp
> +++ b/src/libcamera/pipeline/ipu3/ipu3.cpp
> @@ -1449,7 +1449,7 @@ void IPU3CameraData::frameStart(uint32_t sequence)
>  	/*
>  	 * Handle controls to be set immediately on the next frame.
>  	 * This currently only handle the TestPatternMode control.
> -         *
> +	 *
>  	 * \todo Synchronize with the sequence number
>  	 */
>  	Request *request = processingRequests_.front();

Patch
diff mbox series

diff --git a/src/libcamera/pipeline/ipu3/ipu3.cpp b/src/libcamera/pipeline/ipu3/ipu3.cpp
index 9d9ea138..43db7b68 100644
--- a/src/libcamera/pipeline/ipu3/ipu3.cpp
+++ b/src/libcamera/pipeline/ipu3/ipu3.cpp
@@ -1449,7 +1449,7 @@  void IPU3CameraData::frameStart(uint32_t sequence)
 	/*
 	 * Handle controls to be set immediately on the next frame.
 	 * This currently only handle the TestPatternMode control.
-         *
+	 *
 	 * \todo Synchronize with the sequence number
 	 */
 	Request *request = processingRequests_.front();