[{"id":29462,"web_url":"https://patchwork.libcamera.org/comment/29462/","msgid":"<a3ad05dc-5f8e-4071-8961-9a943225a3c6@ideasonboard.com>","date":"2024-05-08T21:02:18","subject":"Re: [PATCH v1 1/2] libcamera: Drop file name from header comment\n\tblocks in templates","submitter":{"id":156,"url":"https://patchwork.libcamera.org/api/people/156/","name":"Dan Scally","email":"dan.scally@ideasonboard.com"},"content":"On 08/05/2024 21:59, Laurent Pinchart wrote:\n> Source files in libcamera start by a comment block header, which\n> includes the file name and a one-line description of the file contents.\n> While the latter is useful to get a quick overview of the file contents\n> at a glance, the former is mostly a source of inconvenience. The name in\n> the comments can easily get out of sync with the file name when files\n> are renamed, and copy & paste during development have often lead to\n> incorrect names being used to start with.\n>\n> Readers of the source code are expected to know which file they're\n> looking it. Drop the file name from the header comment blocks in\n> template files and templates embedded in generator scripts.\n>\n> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n\n\nLooks good\n\n\nReviewed-by: Daniel Scally <dan.scally@ideasonboard.com>\n\n> ---\n>   include/libcamera/control_ids.h.in                              | 2 +-\n>   include/libcamera/formats.h.in                                  | 2 +-\n>   include/libcamera/internal/tracepoints.h.in                     | 2 +-\n>   include/libcamera/property_ids.h.in                             | 2 +-\n>   include/libcamera/version.h.in                                  | 2 +-\n>   src/libcamera/ipa_pub_key.cpp.in                                | 2 +-\n>   src/libcamera/version.cpp.in                                    | 2 +-\n>   utils/gen-header.sh                                             | 2 +-\n>   utils/ipc/extract-docs.py                                       | 2 +-\n>   .../generators/libcamera_templates/core_ipa_interface.h.tmpl    | 2 +-\n>   .../generators/libcamera_templates/core_ipa_serializer.h.tmpl   | 2 +-\n>   .../generators/libcamera_templates/module_ipa_interface.h.tmpl  | 2 +-\n>   .../generators/libcamera_templates/module_ipa_proxy.cpp.tmpl    | 2 +-\n>   .../ipc/generators/libcamera_templates/module_ipa_proxy.h.tmpl  | 2 +-\n>   .../libcamera_templates/module_ipa_proxy_worker.cpp.tmpl        | 2 +-\n>   .../generators/libcamera_templates/module_ipa_serializer.h.tmpl | 2 +-\n>   16 files changed, 16 insertions(+), 16 deletions(-)\n>\n> diff --git a/include/libcamera/control_ids.h.in b/include/libcamera/control_ids.h.in\n> index 58dd48e169c7..293ba966fbc4 100644\n> --- a/include/libcamera/control_ids.h.in\n> +++ b/include/libcamera/control_ids.h.in\n> @@ -2,7 +2,7 @@\n>   /*\n>    * Copyright (C) 2019, Google Inc.\n>    *\n> - * control_ids.h - Control ID list\n> + * Control ID list\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */\n> diff --git a/include/libcamera/formats.h.in b/include/libcamera/formats.h.in\n> index ead5287d8299..6ae7634fed34 100644\n> --- a/include/libcamera/formats.h.in\n> +++ b/include/libcamera/formats.h.in\n> @@ -2,7 +2,7 @@\n>   /*\n>    * Copyright (C) 2020, Google Inc.\n>    *\n> - * formats.h - Formats\n> + * Formats\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */\n> diff --git a/include/libcamera/internal/tracepoints.h.in b/include/libcamera/internal/tracepoints.h.in\n> index d0fc136598b6..f0962091da8f 100644\n> --- a/include/libcamera/internal/tracepoints.h.in\n> +++ b/include/libcamera/internal/tracepoints.h.in\n> @@ -2,7 +2,7 @@\n>   /*\n>    * Copyright (C) {{year}}, Google Inc.\n>    *\n> - * tracepoints.h - Tracepoints with lttng\n> + * Tracepoints with lttng\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */\n> diff --git a/include/libcamera/property_ids.h.in b/include/libcamera/property_ids.h.in\n> index f51ba028bb2e..e6edabca771f 100644\n> --- a/include/libcamera/property_ids.h.in\n> +++ b/include/libcamera/property_ids.h.in\n> @@ -2,7 +2,7 @@\n>   /*\n>    * Copyright (C) 2019, Google Inc.\n>    *\n> - * property_ids.h - Property ID list\n> + * Property ID list\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */\n> diff --git a/include/libcamera/version.h.in b/include/libcamera/version.h.in\n> index 6e24d0a89fcb..50bf1001ec0f 100644\n> --- a/include/libcamera/version.h.in\n> +++ b/include/libcamera/version.h.in\n> @@ -2,7 +2,7 @@\n>   /*\n>    * Copyright (C) 2019, Google Inc.\n>    *\n> - * version.h - Library version information\n> + * Library version information\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */\n> diff --git a/src/libcamera/ipa_pub_key.cpp.in b/src/libcamera/ipa_pub_key.cpp.in\n> index 01e5333b4d30..5d8c92c2c39d 100644\n> --- a/src/libcamera/ipa_pub_key.cpp.in\n> +++ b/src/libcamera/ipa_pub_key.cpp.in\n> @@ -2,7 +2,7 @@\n>   /*\n>    * Copyright (C) 2020, Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n>    *\n> - * ipa_pub_key.cpp - IPA module signing public key\n> + * IPA module signing public key\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */\n> diff --git a/src/libcamera/version.cpp.in b/src/libcamera/version.cpp.in\n> index 5aec08a189f3..bf5a2c309676 100644\n> --- a/src/libcamera/version.cpp.in\n> +++ b/src/libcamera/version.cpp.in\n> @@ -2,7 +2,7 @@\n>   /*\n>    * Copyright (C) 2019, Google Inc.\n>    *\n> - * version.cpp - libcamera version\n> + * libcamera version\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */\n> diff --git a/utils/gen-header.sh b/utils/gen-header.sh\n> index 8b66c5dd0f47..d4692758eeb4 100755\n> --- a/utils/gen-header.sh\n> +++ b/utils/gen-header.sh\n> @@ -9,7 +9,7 @@ cat <<EOF > \"$dst_file\"\n>   /*\n>    * Copyright (C) 2018-2019, Google Inc.\n>    *\n> - * libcamera.h - libcamera public API\n> + * libcamera public API\n>    */\n>   \n>   #pragma once\n> diff --git a/utils/ipc/extract-docs.py b/utils/ipc/extract-docs.py\n> index e7302b9a3798..61f44caef52a 100755\n> --- a/utils/ipc/extract-docs.py\n> +++ b/utils/ipc/extract-docs.py\n> @@ -38,7 +38,7 @@ def main(argv):\n>   /*\n>    * Copyright (C) 2021, Google Inc.\n>    *\n> - * {pipeline}_ipa_interface.cpp - Docs file for generated {pipeline}.mojom\n> + * Docs file for generated {pipeline}.mojom\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */\n> diff --git a/utils/ipc/generators/libcamera_templates/core_ipa_interface.h.tmpl b/utils/ipc/generators/libcamera_templates/core_ipa_interface.h.tmpl\n> index c60b99b8e049..7f2d0810823b 100644\n> --- a/utils/ipc/generators/libcamera_templates/core_ipa_interface.h.tmpl\n> +++ b/utils/ipc/generators/libcamera_templates/core_ipa_interface.h.tmpl\n> @@ -7,7 +7,7 @@\n>   /*\n>    * Copyright (C) 2020, Google Inc.\n>    *\n> - * core_ipa_interface.h - libcamera core definitions for Image Processing Algorithms\n> + * libcamera core definitions for Image Processing Algorithms\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */\n> diff --git a/utils/ipc/generators/libcamera_templates/core_ipa_serializer.h.tmpl b/utils/ipc/generators/libcamera_templates/core_ipa_serializer.h.tmpl\n> index 5738a1aa3405..036518f6cfbd 100644\n> --- a/utils/ipc/generators/libcamera_templates/core_ipa_serializer.h.tmpl\n> +++ b/utils/ipc/generators/libcamera_templates/core_ipa_serializer.h.tmpl\n> @@ -8,7 +8,7 @@\n>   /*\n>    * Copyright (C) 2020, Google Inc.\n>    *\n> - * core_ipa_serializer.h - Data serializer for core libcamera definitions for IPA\n> + * Data serializer for core libcamera definitions for IPA\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */\n> diff --git a/utils/ipc/generators/libcamera_templates/module_ipa_interface.h.tmpl b/utils/ipc/generators/libcamera_templates/module_ipa_interface.h.tmpl\n> index 160601f72348..4d88a3d77d0f 100644\n> --- a/utils/ipc/generators/libcamera_templates/module_ipa_interface.h.tmpl\n> +++ b/utils/ipc/generators/libcamera_templates/module_ipa_interface.h.tmpl\n> @@ -7,7 +7,7 @@\n>   /*\n>    * Copyright (C) 2020, Google Inc.\n>    *\n> - * {{module_name}}_ipa_interface.h - Image Processing Algorithm interface for {{module_name}}\n> + * Image Processing Algorithm interface for {{module_name}}\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */\n> diff --git a/utils/ipc/generators/libcamera_templates/module_ipa_proxy.cpp.tmpl b/utils/ipc/generators/libcamera_templates/module_ipa_proxy.cpp.tmpl\n> index f64c3c93bfcb..ce3cc5ab62a3 100644\n> --- a/utils/ipc/generators/libcamera_templates/module_ipa_proxy.cpp.tmpl\n> +++ b/utils/ipc/generators/libcamera_templates/module_ipa_proxy.cpp.tmpl\n> @@ -8,7 +8,7 @@\n>   /*\n>    * Copyright (C) 2020, Google Inc.\n>    *\n> - * {{module_name}}_ipa_proxy.cpp - Image Processing Algorithm proxy for {{module_name}}\n> + * Image Processing Algorithm proxy for {{module_name}}\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */\n> diff --git a/utils/ipc/generators/libcamera_templates/module_ipa_proxy.h.tmpl b/utils/ipc/generators/libcamera_templates/module_ipa_proxy.h.tmpl\n> index 6e823598930e..e213b18a051f 100644\n> --- a/utils/ipc/generators/libcamera_templates/module_ipa_proxy.h.tmpl\n> +++ b/utils/ipc/generators/libcamera_templates/module_ipa_proxy.h.tmpl\n> @@ -8,7 +8,7 @@\n>   /*\n>    * Copyright (C) 2020, Google Inc.\n>    *\n> - * {{module_name}}_ipa_proxy.h - Image Processing Algorithm proxy for {{module_name}}\n> + * Image Processing Algorithm proxy for {{module_name}}\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */\n> diff --git a/utils/ipc/generators/libcamera_templates/module_ipa_proxy_worker.cpp.tmpl b/utils/ipc/generators/libcamera_templates/module_ipa_proxy_worker.cpp.tmpl\n> index b65dc4cf31c5..1f990d3f9d1c 100644\n> --- a/utils/ipc/generators/libcamera_templates/module_ipa_proxy_worker.cpp.tmpl\n> +++ b/utils/ipc/generators/libcamera_templates/module_ipa_proxy_worker.cpp.tmpl\n> @@ -8,7 +8,7 @@\n>   /*\n>    * Copyright (C) 2020, Google Inc.\n>    *\n> - * {{module_name}}_ipa_proxy_worker.cpp - Image Processing Algorithm proxy worker for {{module_name}}\n> + * Image Processing Algorithm proxy worker for {{module_name}}\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */\n> diff --git a/utils/ipc/generators/libcamera_templates/module_ipa_serializer.h.tmpl b/utils/ipc/generators/libcamera_templates/module_ipa_serializer.h.tmpl\n> index 8b709705aa32..cd5a65a9200e 100644\n> --- a/utils/ipc/generators/libcamera_templates/module_ipa_serializer.h.tmpl\n> +++ b/utils/ipc/generators/libcamera_templates/module_ipa_serializer.h.tmpl\n> @@ -8,7 +8,7 @@\n>   /*\n>    * Copyright (C) 2020, Google Inc.\n>    *\n> - * {{module_name}}_ipa_serializer.h - Image Processing Algorithm data serializer for {{module_name}}\n> + * Image Processing Algorithm data serializer for {{module_name}}\n>    *\n>    * This file is auto-generated. Do not edit.\n>    */","headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id CCDB4C3226\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed,  8 May 2024 21:02:24 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id D917062C9F;\n\tWed,  8 May 2024 23:02:23 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 05E0F61A73\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed,  8 May 2024 23:02:21 +0200 (CEST)","from [192.168.0.43]\n\t(cpc141996-chfd3-2-0-cust928.12-3.cable.virginm.net [86.13.91.161])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id C14CA16D4\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed,  8 May 2024 23:02:18 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"eqzFZfKg\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1715202138;\n\tbh=TE5VqHJwYnOYXtJyMTpSgVX6XbsO2pAN8p25YZtgZw0=;\n\th=Date:Subject:To:References:From:In-Reply-To:From;\n\tb=eqzFZfKgngUSKXa1p+0FKci5sKcPYzd77giPzufkadTsJkwWK9/LQTa88w336kAgy\n\tR/j2HwbyGu6A5RxuWr5/lkabLPNnh2w/XAtdIglFGwRWtcxbn/CVPZenikMMOpNIwB\n\t0uDAhTM0K2sOpvSs+VgwjpUL4XEsgelQJv+p49dA=","Message-ID":"<a3ad05dc-5f8e-4071-8961-9a943225a3c6@ideasonboard.com>","Date":"Wed, 8 May 2024 22:02:18 +0100","MIME-Version":"1.0","User-Agent":"Mozilla Thunderbird","Subject":"Re: [PATCH v1 1/2] libcamera: Drop file name from header comment\n\tblocks in templates","To":"libcamera-devel@lists.libcamera.org","References":"<20240508205914.15611-1-laurent.pinchart@ideasonboard.com>\n\t<20240508205914.15611-2-laurent.pinchart@ideasonboard.com>","Content-Language":"en-US","From":"Dan Scally <dan.scally@ideasonboard.com>","Autocrypt":"addr=dan.scally@ideasonboard.com; keydata=\n\t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","In-Reply-To":"<20240508205914.15611-2-laurent.pinchart@ideasonboard.com>","Content-Type":"text/plain; charset=UTF-8; format=flowed","Content-Transfer-Encoding":"7bit","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"}}]