[PATCH v2 8/9] dt-bindings: clock: drop redundant part of title

Stephen Boyd sboyd at kernel.org
Tue Nov 22 17:13:08 PST 2022


Quoting Krzysztof Kozlowski (2022-11-21 03:06:14)
> The Devicetree bindings document does not have to say in the title that
> it is a "Devicetree binding", but instead just describe the hardware.
> 
> Drop "Devicetree bindings" in various forms:
> 
>   find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
>     -exec sed -i -e 's/^title: [dD]evice[ -]\?[tT]ree [cC]lock [bB]indings\? for \([tT]he \)\?\(.*\)$/title: \u\2 Clock Controller/' {} \;
> 
>   find Documentation/devicetree/bindings/ -type f -name '*.yaml' \
>     -exec sed -i -e 's/^title: [cC]lock [bB]indings\? for \([tT]he \)\?\(.*\)$/title: \u\2 Clock Controller/' {} \;
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
> Acked-by: Alexandre Belloni <alexandre.belloni at bootlin.com>
> Reviewed-by: Jonathan Cameron <Jonathan.Cameron at huawei.com>
> ---

Acked-by: Stephen Boyd <sboyd at kernel.org>



More information about the linux-mtd mailing list