summaryrefslogtreecommitdiff
path: root/sound/soc/atmel/mchp-spdiftx.c
diff options
context:
space:
mode:
authorGu Shengxian <gushengxian@yulong.com>2021-07-06 18:02:30 +0800
committerMark Brown <broonie@kernel.org>2021-07-11 23:48:33 +0100
commit55233b22502151e0b2d9cc599e1ddf1f5584c87a (patch)
treec82c8987845c192eb6bcf6fc3de330a2146a0fa3 /sound/soc/atmel/mchp-spdiftx.c
parent999abd7a8c5dc52c5bfca71cdba98642dad5a0be (diff)
downloadlinux-55233b22502151e0b2d9cc599e1ddf1f5584c87a.tar.gz
linux-55233b22502151e0b2d9cc599e1ddf1f5584c87a.tar.bz2
linux-55233b22502151e0b2d9cc599e1ddf1f5584c87a.zip
ASoC: atmel: fix spelling mistakes
Fix some spelling mistakes as follows: regaedles ==> regardless prezent ==> present underrrun ==> underrun controlls ==> controls Signed-off-by: Gu Shengxian <gushengxian@yulong.com> Link: https://lore.kernel.org/r/20210706100230.32633-1-gushengxian507419@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/atmel/mchp-spdiftx.c')
-rw-r--r--sound/soc/atmel/mchp-spdiftx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/mchp-spdiftx.c b/sound/soc/atmel/mchp-spdiftx.c
index 3bd350afb743..d24380046435 100644
--- a/sound/soc/atmel/mchp-spdiftx.c
+++ b/sound/soc/atmel/mchp-spdiftx.c
@@ -80,7 +80,7 @@
#define SPDIFTX_MR_VALID1 BIT(24)
#define SPDIFTX_MR_VALID2 BIT(25)
-/* Disable Null Frame on underrrun */
+/* Disable Null Frame on underrun */
#define SPDIFTX_MR_DNFR_MASK GENMASK(27, 27)
#define SPDIFTX_MR_DNFR_INVALID (0 << 27)
#define SPDIFTX_MR_DNFR_VALID (1 << 27)