23 Nov
2022
23 Nov
'22
2:11 a.m.
Quoting Krzysztof Kozlowski (2022-11-21 03:06:12)
The Devicetree bindings document does not have to say in the title that it is a "binding", but instead just describe the hardware.
Drop trailing "bindings" in various forms (also with trailling full stop):
find Documentation/devicetree/bindings/ -type f -name '*.yaml' \ -not -name 'trivial-devices.yaml' \ -exec sed -i -e 's/^title: (.*) [bB]indings?.?$/title: \1/' {} ;
Signed-off-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org Acked-by: Alexandre Belloni alexandre.belloni@bootlin.com
Acked-by: Stephen Boyd sboyd@kernel.org # clk