summaryrefslogtreecommitdiffstats
path: root/sound/soc/amd/raven
diff options
context:
space:
mode:
authorGu Shengxian <gushengxian@yulong.com>2021-07-05 23:42:07 -0700
committerMark Brown <broonie@kernel.org>2021-07-11 23:48:40 +0100
commitf7c4fe9cffb0b8afbcdf6db5d3289d5441056b52 (patch)
tree88ebe670f62ebcfccfcd5a41b185c6c3abd947c7 /sound/soc/amd/raven
parent3694f996be5cb8374bd224f4e5462c945d359843 (diff)
downloadlinux-stable-f7c4fe9cffb0b8afbcdf6db5d3289d5441056b52.tar.gz
linux-stable-f7c4fe9cffb0b8afbcdf6db5d3289d5441056b52.tar.bz2
linux-stable-f7c4fe9cffb0b8afbcdf6db5d3289d5441056b52.zip
ASoC: amd: fix spelling mistakes
Fix some spelling mistakes as follows: descritor ==> descriptor descriptore ==> descriptor contiguos ==> contiguous initiailize ==> initialize descriptiors ==> descriptor Signed-off-by: Gu Shengxian <gushengxian@yulong.com> Link: https://lore.kernel.org/r/20210706064207.672491-1-gushengxian507419@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/raven')
-rw-r--r--sound/soc/amd/raven/acp3x-pcm-dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/amd/raven/acp3x-pcm-dma.c b/sound/soc/amd/raven/acp3x-pcm-dma.c
index 8148b0d22e88..95e5fa636b0a 100644
--- a/sound/soc/amd/raven/acp3x-pcm-dma.c
+++ b/sound/soc/amd/raven/acp3x-pcm-dma.c
@@ -147,7 +147,7 @@ static void config_acp3x_dma(struct i2s_stream_instance *rtd, int direction)
high |= BIT(31);
rv_writel(high, rtd->acp3x_base + mmACP_SCRATCH_REG_0 + val
+ 4);
- /* Move to next physically contiguos page */
+ /* Move to next physically contiguous page */
val += 8;
addr += PAGE_SIZE;
}