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

@ -112,7 +112,7 @@ jobs:
name: "Publish Coverage Results" name: "Publish Coverage Results"
needs: codecov needs: codecov
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
# the codecov job might be skipped, we don't need to run this job then # the codecov job might be skipped, we don't need to run this job then
if: success() || failure() if: success() || failure()
steps: steps:

View file

@ -4,7 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
branches: [main] branches: [main]
schedule: schedule:
# everyday at 15:00 # everyday at 15:00
- cron: '0 15 * * *' - cron: '0 15 * * *'
concurrency: concurrency:

View file

@ -271,7 +271,7 @@ jobs:
OPENSEARCH_PASS: ${{ secrets.OPENSEARCH_PASS }} OPENSEARCH_PASS: ${{ secrets.OPENSEARCH_PASS }}
needs: twister-build needs: twister-build
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
# the build-and-test job might be skipped, we don't need to run this job then # the build-and-test job might be skipped, we don't need to run this job then
if: success() || failure() if: success() || failure()
steps: steps:

View file

@ -26,7 +26,7 @@ properties:
type: array type: array
description: PCR sleep register index and bit position description: PCR sleep register index and bit position
# optional properties application to different host facing devices # optional properties application to different host facing devices
host-io: host-io:
type: int type: int
description: | description: |

View file

@ -37,6 +37,6 @@ properties:
pwm-cells: pwm-cells:
- channel - channel
# period in terms of nanoseconds # period in terms of nanoseconds
- period - period
- flags - flags

View file

@ -34,5 +34,5 @@ properties:
pwm-cells: pwm-cells:
- channel - channel
# period in terms of nanoseconds # period in terms of nanoseconds
- period - period

View file

@ -17,6 +17,6 @@ properties:
pwm-cells: pwm-cells:
- channel - channel
# period in terms of nanoseconds # period in terms of nanoseconds
- period - period
- flags - flags

View file

@ -33,6 +33,6 @@ properties:
pwm-cells: pwm-cells:
- channel - channel
# period in terms of nanoseconds # period in terms of nanoseconds
- period - period
- flags - flags

View file

@ -23,6 +23,6 @@ properties:
pwm-cells: pwm-cells:
- channel - channel
# period in terms of nanoseconds # period in terms of nanoseconds
- period - period
- flags - flags

View file

@ -19,6 +19,6 @@ properties:
pwm-cells: pwm-cells:
- channel - channel
# period in terms of nanoseconds # period in terms of nanoseconds
- period - period
- flags - flags

View file

@ -104,10 +104,10 @@ properties:
const: 3 const: 3
pwm-cells: pwm-cells:
# The rpi pico pwm peripheral is divided in 8 slices with an individual # The rpi pico pwm peripheral is divided in 8 slices with an individual
# clock setting and two output channels. The pwm channels are mapped the # clock setting and two output channels. The pwm channels are mapped the
# following way PWM_CH0_A is addressed as <&pwm 0 PWM_FLAGS>, PWM_CH0B # following way PWM_CH0_A is addressed as <&pwm 0 PWM_FLAGS>, PWM_CH0B
# is <&pwm 1 PMW_FLAGS>, PWM_CH1_A si <&pwm 2 PWM_FLAGS> and so on. # is <&pwm 1 PMW_FLAGS>, PWM_CH1_A si <&pwm 2 PWM_FLAGS> and so on.
- channel - channel
- period - period
- flags - flags

View file

@ -24,5 +24,5 @@ properties:
pwm-cells: pwm-cells:
- channel - channel
# period in terms of nanoseconds # period in terms of nanoseconds
- period - period

View file

@ -19,6 +19,6 @@ properties:
pwm-cells: pwm-cells:
- channel - channel
# period in terms of nanoseconds # period in terms of nanoseconds
- period - period
- flags - flags

View file

@ -27,9 +27,9 @@ properties:
type: boolean type: boolean
description: Enable wrapping with PPI description: Enable wrapping with PPI
# If enabled then counter based on nRF RTC peripheral supports only maximal # If enabled then counter based on nRF RTC peripheral supports only maximal
# top value. That results in code optimizations and availability of one more # top value. That results in code optimizations and availability of one more
# channel # channel
fixed-top: fixed-top:
type: boolean type: boolean
description: Enable fixed top value description: Enable fixed top value

View file

@ -18,7 +18,7 @@ properties:
- 16 - 16
- 24 - 24
- 32 - 32
# channel configuration options # channel configuration options
channel-l: channel-l:
type: boolean type: boolean
description: Enable (l) channel. description: Enable (l) channel.
@ -58,7 +58,7 @@ properties:
channel-cfg: channel-cfg:
type: boolean type: boolean
description: Enable (cfg) channel. description: Enable (cfg) channel.
# feature unit configuration options # feature unit configuration options
feature-mute: feature-mute:
type: boolean type: boolean
required: true required: true

View file

@ -38,7 +38,7 @@ properties:
- 16 - 16
- 24 - 24
- 32 - 32
# microphone channel configuration options # microphone channel configuration options
mic-channel-l: mic-channel-l:
type: boolean type: boolean
description: Enable (l) channel. description: Enable (l) channel.
@ -78,7 +78,7 @@ properties:
mic-channel-cfg: mic-channel-cfg:
type: boolean type: boolean
description: Enable (cfg) channel. description: Enable (cfg) channel.
# microphone feature unit configuration options # microphone feature unit configuration options
mic-feature-mute: mic-feature-mute:
type: boolean type: boolean
required: true required: true
@ -158,7 +158,7 @@ properties:
hp-channel-cfg: hp-channel-cfg:
type: boolean type: boolean
description: Enable (cfg) channel. description: Enable (cfg) channel.
# headphones feature unit configuration options # headphones feature unit configuration options
hp-feature-mute: hp-feature-mute:
type: boolean type: boolean
required: true required: true

View file

@ -30,7 +30,7 @@ properties:
- "Asynchronous" - "Asynchronous"
- "Adaptive" - "Adaptive"
- "Synchronous" - "Synchronous"
# channel configuration options # channel configuration options
channel-l: channel-l:
type: boolean type: boolean
description: Enable (l) channel. description: Enable (l) channel.
@ -70,7 +70,7 @@ properties:
channel-cfg: channel-cfg:
type: boolean type: boolean
description: Enable (cfg) channel. description: Enable (cfg) channel.
# feature unit configuration options # feature unit configuration options
feature-mute: feature-mute:
type: boolean type: boolean
required: true required: true

View file

@ -11,8 +11,8 @@ tests:
sample.net.sockets.http_get: sample.net.sockets.http_get:
extra_configs: extra_configs:
- CONFIG_NET_SOCKETS_POSIX_NAMES=y - CONFIG_NET_SOCKETS_POSIX_NAMES=y
# Forcibly defines CONFIG_POSIX_API, which is incompatible with # Forcibly defines CONFIG_POSIX_API, which is incompatible with
# CONFIG_NET_SOCKETS_POSIX_NAMES. # CONFIG_NET_SOCKETS_POSIX_NAMES.
sample.net.sockets.http_get.posix: sample.net.sockets.http_get.posix:
filter: not CONFIG_NET_SOCKETS_OFFLOAD filter: not CONFIG_NET_SOCKETS_OFFLOAD
platform_exclude: cc3220sf_launchxl cc3235sf_launchxl platform_exclude: cc3220sf_launchxl cc3235sf_launchxl

View file

@ -28,9 +28,12 @@
# Service definitions for IPC mode. # Service definitions for IPC mode.
"services": [{ "services": [{
"name": "TFM_DP_SECRET_DIGEST", "name": "TFM_DP_SECRET_DIGEST",
"sid": "0xFFFFF001", # Bits [31:12] denote the vendor (change this),
# bits [11:0] are arbitrary at the discretion of the # Bits [31:12] denote the vendor (change this),
# vendor. # bits [11:0] are arbitrary at the discretion of the
# vendor.
"sid": "0xFFFFF001",
"non_secure_clients": true, "non_secure_clients": true,
"version": 1, "version": 1,
"version_policy": "STRICT" "version_policy": "STRICT"

View file

@ -49,8 +49,8 @@ bluetooth:
cmsis_dsp: cmsis_dsp:
files: files:
- modules/Kconfig.cmsis_dsp - modules/Kconfig.cmsis_dsp
# we have no means of telling file changes in a module, so for assume any # we have no means of telling file changes in a module, so for assume any
# change to west.yml is updating something we need to re-test for. # change to west.yml is updating something we need to re-test for.
- west.yml - west.yml
kernel: kernel:

View file

@ -14,9 +14,9 @@ tests:
- "PROJECT EXECUTION SUCCESSFUL" - "PROJECT EXECUTION SUCCESSFUL"
# Cortex-M has 24bit systick, so default 1 TICK per seconds # Cortex-M has 24bit systick, so default 1 TICK per seconds
# is achievable only if frequency is below 0x00FFFFFF (around 16MHz) # is achievable only if frequency is below 0x00FFFFFF (around 16MHz)
# 20 Ticks per secondes allows a frequency up to 335544300Hz (335MHz) # 20 Ticks per secondes allows a frequency up to 335544300Hz (335MHz)
benchmark.kernel.latency.stm32: benchmark.kernel.latency.stm32:
filter: CONFIG_PRINTK and CONFIG_SOC_FAMILY_STM32 filter: CONFIG_PRINTK and CONFIG_SOC_FAMILY_STM32
# FIXME: no DWT and no RTC_TIMER # FIXME: no DWT and no RTC_TIMER

View file

@ -41,7 +41,7 @@ tests:
extra_args: CONF_FILE="log.conf" extra_args: CONF_FILE="log.conf"
tags: bluetooth tags: bluetooth
# Bluetooth Audio Compile validation tests # Bluetooth Audio Compile validation tests
bluetooth.shell.audio: bluetooth.shell.audio:
extra_args: CONF_FILE="audio.conf" extra_args: CONF_FILE="audio.conf"
build_only: true build_only: true

View file

@ -1,12 +1,12 @@
tests: tests:
kernel.usage: kernel.usage:
tags: kernel tags: kernel
# The following architectures are excluded as they have boards that # The following architectures are excluded as they have boards that
# exhibit precision timing anomalies related to emulation. # exhibit precision timing anomalies related to emulation.
# posix, riscv32, sparc # posix, riscv32, sparc
# The following architectures are exluded as the necessary # The following architectures are exluded as the necessary
# thread runtime statistic hooks do not yet exist. # thread runtime statistic hooks do not yet exist.
# mips # mips
arch_exclude: posix sparc mips arch_exclude: posix sparc mips
# SMP is excluded as the test was only written for UP # SMP is excluded as the test was only written for UP
filter: not CONFIG_SMP filter: not CONFIG_SMP

View file

@ -36,7 +36,7 @@ tests:
extra_configs: extra_configs:
- CONFIG_NET_TC_TX_COUNT=8 - CONFIG_NET_TC_TX_COUNT=8
- CONFIG_NET_TC_RX_COUNT=8 - CONFIG_NET_TC_RX_COUNT=8
# TX multi queue, RX one queue # TX multi queue, RX one queue
net.traffic_class.2_no_rx: net.traffic_class.2_no_rx:
extra_configs: extra_configs:
- CONFIG_NET_TC_TX_COUNT=2 - CONFIG_NET_TC_TX_COUNT=2
@ -65,7 +65,7 @@ tests:
extra_configs: extra_configs:
- CONFIG_NET_TC_TX_COUNT=8 - CONFIG_NET_TC_TX_COUNT=8
- CONFIG_NET_TC_RX_COUNT=1 - CONFIG_NET_TC_RX_COUNT=1
# TX one queue, RX multi queue # TX one queue, RX multi queue
net.traffic_class.2_no_tx: net.traffic_class.2_no_tx:
extra_configs: extra_configs:
- CONFIG_NET_TC_RX_COUNT=2 - CONFIG_NET_TC_RX_COUNT=2
@ -94,7 +94,7 @@ tests:
extra_configs: extra_configs:
- CONFIG_NET_TC_RX_COUNT=8 - CONFIG_NET_TC_RX_COUNT=8
- CONFIG_NET_TC_TX_COUNT=1 - CONFIG_NET_TC_TX_COUNT=1
# Then test some hybrid combinations. # Then test some hybrid combinations.
net.traffic_class.tx_2_rx_3: net.traffic_class.tx_2_rx_3:
extra_configs: extra_configs:
- CONFIG_NET_TC_RX_COUNT=3 - CONFIG_NET_TC_RX_COUNT=3