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@xxxxxxxxxx>
Acked-by: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx>
---
Documentation/devicetree/bindings/mfd/rohm,bd71815-pmic.yaml | 2 +-
Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml | 2 +-
Documentation/devicetree/bindings/mfd/rohm,bd71837-pmic.yaml | 2 +-
Documentation/devicetree/bindings/mfd/rohm,bd71847-pmic.yaml | 2 +-
Documentation/devicetree/bindings/mfd/rohm,bd9576-pmic.yaml | 2 +-