cli: Improve formatting on dts-check scripts with shellfmt.sh

This commit is contained in:
ColorfulRhino 2024-06-25 16:04:43 +02:00 committed by Igor
parent 24816c1831
commit d75b1816ff
4 changed files with 14 additions and 15 deletions

View File

@ -7,7 +7,6 @@
# This file is a part of the Armbian Build Framework # This file is a part of the Armbian Build Framework
# https://github.com/armbian/build/ # https://github.com/armbian/build/
# Validate the dts/dtb file against dt bindings found in "linux/Documentation/devicetree/bindings/" # Validate the dts/dtb file against dt bindings found in "linux/Documentation/devicetree/bindings/"
# See slide 15 in https://elinux.org/images/1/17/How_to_Get_Your_DT_Schema_Bindings_Accepted_in_Less_than_10_Iterations_-_Krzysztof_Kozlowski%2C_Linaro_-_ELCE_2023.pdf # See slide 15 in https://elinux.org/images/1/17/How_to_Get_Your_DT_Schema_Bindings_Accepted_in_Less_than_10_Iterations_-_Krzysztof_Kozlowski%2C_Linaro_-_ELCE_2023.pdf
function validate_dts() { function validate_dts() {