[PATCH 03/10] libcamera: Drop remaining file names from header comment blocks
Paul Elder
paul.elder at ideasonboard.com
Thu Aug 15 03:39:25 CEST 2024
On Fri, Aug 09, 2024 at 03:59:07AM +0300, Laurent Pinchart wrote:
> Commit 829acb3ab0b1 ("libcamera: Drop file name from header comment
> blocks in templates") dropped file names from header comment blocks in
> templates, but forget the control and property .cpp templates. Fix it.
s/forget/forgot/
>
> Fixes: 829acb3ab0b1 ("libcamera: Drop file name from header comment blocks in templates")
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder at ideasonboard.com>
> ---
> src/libcamera/control_ids.cpp.in | 2 +-
> src/libcamera/property_ids.cpp.in | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/libcamera/control_ids.cpp.in b/src/libcamera/control_ids.cpp.in
> index d283c1c1f401..0b028c92d852 100644
> --- a/src/libcamera/control_ids.cpp.in
> +++ b/src/libcamera/control_ids.cpp.in
> @@ -2,7 +2,7 @@
> /*
> * Copyright (C) 2019, Google Inc.
> *
> - * control_ids.cpp : Control ID list
> + * Control ID list
> *
> * This file is auto-generated. Do not edit.
> */
> diff --git a/src/libcamera/property_ids.cpp.in b/src/libcamera/property_ids.cpp.in
> index 8b274c38c74b..2d3f192eb6ef 100644
> --- a/src/libcamera/property_ids.cpp.in
> +++ b/src/libcamera/property_ids.cpp.in
> @@ -2,7 +2,7 @@
> /*
> * Copyright (C) 2019, Google Inc.
> *
> - * property_ids.cpp : Property ID list
> + * Property ID list
> *
> * This file is auto-generated. Do not edit.
> */
More information about the libcamera-devel
mailing list