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:
Fabio Baltieri 2023-01-03 12:38:35 +00:00 committed by Stephanos Ioannidis
commit 7dd902d035
24 changed files with 50 additions and 47 deletions

View file

@ -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"