[1/3] ipa: libipa: v4l2_params: Mention ISP in file one-line description
diff mbox series

Message ID 20260507213721.2137448-2-laurent.pinchart@ideasonboard.com
State Accepted
Headers show
Series
  • ipa: libipa: Avoid code duplication in V4L2Params
Related show

Commit Message

Laurent Pinchart May 7, 2026, 9:37 p.m. UTC
The v4l2_params.{cpp,h} files are helpers classes for the V4L2 ISP
parameters buffers. Mention "ISP" in the one-line file description to
clarify this.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 src/ipa/libipa/v4l2_params.cpp | 2 +-
 src/ipa/libipa/v4l2_params.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Barnabás Pőcze May 8, 2026, 8:31 a.m. UTC | #1
2026. 05. 07. 23:37 keltezéssel, Laurent Pinchart írta:
> The v4l2_params.{cpp,h} files are helpers classes for the V4L2 ISP
> parameters buffers. Mention "ISP" in the one-line file description to
> clarify this.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---

Reviewed-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>


>   src/ipa/libipa/v4l2_params.cpp | 2 +-
>   src/ipa/libipa/v4l2_params.h   | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/ipa/libipa/v4l2_params.cpp b/src/ipa/libipa/v4l2_params.cpp
> index a1eeeb1b0e6a..c2971f1caf28 100644
> --- a/src/ipa/libipa/v4l2_params.cpp
> +++ b/src/ipa/libipa/v4l2_params.cpp
> @@ -2,7 +2,7 @@
>   /*
>    * Copyright (C) 2025, Ideas On Board
>    *
> - * V4L2 Parameters
> + * V4L2 ISP Parameters
>    */
> 
>   #include "v4l2_params.h"
> diff --git a/src/ipa/libipa/v4l2_params.h b/src/ipa/libipa/v4l2_params.h
> index b9ef6cfb3b5b..f400b37d74b5 100644
> --- a/src/ipa/libipa/v4l2_params.h
> +++ b/src/ipa/libipa/v4l2_params.h
> @@ -2,7 +2,7 @@
>   /*
>    * Copyright (C) 2025, Ideas On Board
>    *
> - * V4L2 Parameters
> + * V4L2 ISP Parameters
>    */
> 
>   #pragma once
> --
> Regards,
> 
> Laurent Pinchart
>
Kieran Bingham May 8, 2026, 9:10 a.m. UTC | #2
Quoting Laurent Pinchart (2026-05-07 22:37:19)
> The v4l2_params.{cpp,h} files are helpers classes for the V4L2 ISP
> parameters buffers. Mention "ISP" in the one-line file description to
> clarify this.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>

> ---
>  src/ipa/libipa/v4l2_params.cpp | 2 +-
>  src/ipa/libipa/v4l2_params.h   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/ipa/libipa/v4l2_params.cpp b/src/ipa/libipa/v4l2_params.cpp
> index a1eeeb1b0e6a..c2971f1caf28 100644
> --- a/src/ipa/libipa/v4l2_params.cpp
> +++ b/src/ipa/libipa/v4l2_params.cpp
> @@ -2,7 +2,7 @@
>  /*
>   * Copyright (C) 2025, Ideas On Board
>   *
> - * V4L2 Parameters
> + * V4L2 ISP Parameters
>   */
>  
>  #include "v4l2_params.h"
> diff --git a/src/ipa/libipa/v4l2_params.h b/src/ipa/libipa/v4l2_params.h
> index b9ef6cfb3b5b..f400b37d74b5 100644
> --- a/src/ipa/libipa/v4l2_params.h
> +++ b/src/ipa/libipa/v4l2_params.h
> @@ -2,7 +2,7 @@
>  /*
>   * Copyright (C) 2025, Ideas On Board
>   *
> - * V4L2 Parameters
> + * V4L2 ISP Parameters
>   */
>  
>  #pragma once
> -- 
> Regards,
> 
> Laurent Pinchart
>

Patch
diff mbox series

diff --git a/src/ipa/libipa/v4l2_params.cpp b/src/ipa/libipa/v4l2_params.cpp
index a1eeeb1b0e6a..c2971f1caf28 100644
--- a/src/ipa/libipa/v4l2_params.cpp
+++ b/src/ipa/libipa/v4l2_params.cpp
@@ -2,7 +2,7 @@ 
 /*
  * Copyright (C) 2025, Ideas On Board
  *
- * V4L2 Parameters
+ * V4L2 ISP Parameters
  */
 
 #include "v4l2_params.h"
diff --git a/src/ipa/libipa/v4l2_params.h b/src/ipa/libipa/v4l2_params.h
index b9ef6cfb3b5b..f400b37d74b5 100644
--- a/src/ipa/libipa/v4l2_params.h
+++ b/src/ipa/libipa/v4l2_params.h
@@ -2,7 +2,7 @@ 
 /*
  * Copyright (C) 2025, Ideas On Board
  *
- * V4L2 Parameters
+ * V4L2 ISP Parameters
  */
 
 #pragma once