diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-12-16 15:59:13 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-16 16:53:51 +0300 |
commit | e49037ad12e47cd34239b99b010c5438844923af (patch) | |
tree | 601ae208519095de96f6a467ddd671a5da958f35 /sound | |
parent | 4ad2d3cf2a299645bdc6d72e5b8ee11b2ed147ac (diff) | |
download | linux-e49037ad12e47cd34239b99b010c5438844923af.tar.xz |
ASoC: SOF: Fix spelling mistake in Kconfig "ond" -> "and"
There is a spelling mistake in the Kconfig help text. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20201216125913.16041-1-colin.king@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/sof/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sof/Kconfig b/sound/soc/sof/Kconfig index 031dad5fc4c7..3e8b6c035ce3 100644 --- a/sound/soc/sof/Kconfig +++ b/sound/soc/sof/Kconfig @@ -122,7 +122,7 @@ config SND_SOC_SOF_DEBUG_XRUN_STOP bool "SOF stop on XRUN" help This option forces PCMs to stop on any XRUN event. This is useful to - preserve any trace data ond pipeline status prior to the XRUN. + preserve any trace data and pipeline status prior to the XRUN. Say Y if you are debugging SOF FW pipeline XRUNs. If unsure select "N". |