Re: [PATCH] dt-bindings: Drop redundant white-space around values in <>

From: Leo Yan

Date: Wed Aug 26 2026 - 10:53:28 EST


On Wed, Aug 26, 2026 at 12:20:45PM +0200, Krzysztof Kozlowski wrote:

[...]

> --- a/Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml
> +++ b/Documentation/devicetree/bindings/arm/arm,coresight-cti.yaml
> @@ -308,7 +308,7 @@ examples:
> arm,trig-in-sigs = <0 1>;
> arm,trig-in-types = <PE_DBGTRIGGER
> PE_PMUIRQ>;
> - arm,trig-out-sigs = <0 1 2 >;
> + arm,trig-out-sigs = <0 1 2>;
> arm,trig-out-types = <PE_EDBGREQ
> PE_DBGRESTART
> PE_CTIIRQ>;

For this CoreSight change:

Reviewed-by: Leo Yan <leo.yan@xxxxxxx>