diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-07 18:22:09 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-08-18 14:52:32 +0100 |
commit | 0d8aa2ccb2f21c79bc9d4dceab0c6f99ff20bae1 (patch) | |
tree | 85a187525a8aa258ab5c3216899adf350dadf1bb /sound/soc/sunxi | |
parent | 549ade5721fe197b78165fc3476af1fe0c65f089 (diff) | |
download | linux-0d8aa2ccb2f21c79bc9d4dceab0c6f99ff20bae1.tar.gz linux-0d8aa2ccb2f21c79bc9d4dceab0c6f99ff20bae1.tar.bz2 linux-0d8aa2ccb2f21c79bc9d4dceab0c6f99ff20bae1.zip |
ASoC: various vendors: delete repeated words in comments
Drop the repeated words {related, we, is, the} in comments.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org
Link: https://lore.kernel.org/r/20200808012209.10880-1-rdunlap@infradead.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sunxi')
-rw-r--r-- | sound/soc/sunxi/sun4i-codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound/soc/sunxi/sun4i-codec.c index 2af6404dbd62..6c13cc84b3fb 100644 --- a/sound/soc/sunxi/sun4i-codec.c +++ b/sound/soc/sunxi/sun4i-codec.c @@ -335,7 +335,7 @@ static int sun4i_codec_prepare_capture(struct snd_pcm_substream *substream, /* * FIXME: Undocumented in the datasheet, but - * Allwinner's code mentions that it is related + * Allwinner's code mentions that it is * related to microphone gain */ if (of_device_is_compatible(scodec->dev->of_node, |