yamllint: fix all yamllint comments-indentation errors
Fix all comments-indentation errors detected by yamllint: yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(comments-indentation)' This checks that the comment is aligned with the content. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
a2e5bd1928
commit
7dd902d035
24 changed files with 50 additions and 47 deletions
|
@ -28,9 +28,12 @@
|
|||
# Service definitions for IPC mode.
|
||||
"services": [{
|
||||
"name": "TFM_DP_SECRET_DIGEST",
|
||||
"sid": "0xFFFFF001", # Bits [31:12] denote the vendor (change this),
|
||||
|
||||
# Bits [31:12] denote the vendor (change this),
|
||||
# bits [11:0] are arbitrary at the discretion of the
|
||||
# vendor.
|
||||
"sid": "0xFFFFF001",
|
||||
|
||||
"non_secure_clients": true,
|
||||
"version": 1,
|
||||
"version_policy": "STRICT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue