[PATCH 1/1] dts: fix deterministic doc

Paul Szczepanek paul.szczepanek at arm.com
Mon Jun 9 11:12:47 CEST 2025


Thanks. This needs to pass the linter, see my suggestions below.

On 06/06/2025 10:35, Clemens Famulla-Conrad wrote:
> +        capture_name: str = None,

+        capture_name: str = "",

> +        if capture_name is None:
> +            capture_name = _get_default_capture_name()
> +

+        if not capture_name:
+            capture_name = _get_default_capture_name()


More information about the dev mailing list