| Message ID | 20260507213721.2137448-2-laurent.pinchart@ideasonboard.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series |
|
| Related | show |
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 >
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 >
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
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(-)