[PATCH 03/10] libcamera: Drop remaining file names from header comment blocks

Laurent Pinchart laurent.pinchart at ideasonboard.com
Fri Aug 9 02:59:07 CEST 2024


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.

Fixes: 829acb3ab0b1 ("libcamera: Drop file name from header comment blocks in templates")
Signed-off-by: Laurent Pinchart <laurent.pinchart 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.
  */
-- 
Regards,

Laurent Pinchart



More information about the libcamera-devel mailing list