diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-08 03:22:09 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-08-18 15:52:32 +0200 |
commit | 0d8aa2ccb2f21c79bc9d4dceab0c6f99ff20bae1 (patch) | |
tree | 85a187525a8aa258ab5c3216899adf350dadf1bb /sound/soc/meson/axg-tdm-formatter.c | |
parent | Merge existing fixes from asoc/for-5.9 (diff) | |
download | linux-0d8aa2ccb2f21c79bc9d4dceab0c6f99ff20bae1.tar.xz 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/meson/axg-tdm-formatter.c')
-rw-r--r-- | sound/soc/meson/axg-tdm-formatter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/meson/axg-tdm-formatter.c b/sound/soc/meson/axg-tdm-formatter.c index f7e8e9da68a0..cab7fa2851aa 100644 --- a/sound/soc/meson/axg-tdm-formatter.c +++ b/sound/soc/meson/axg-tdm-formatter.c @@ -398,7 +398,7 @@ void axg_tdm_stream_free(struct axg_tdm_stream *ts) /* * If the list is not empty, it would mean that one of the formatter * widget is still powered and attached to the interface while we - * we are removing the TDM DAI. It should not be possible + * are removing the TDM DAI. It should not be possible */ WARN_ON(!list_empty(&ts->formatter_list)); mutex_destroy(&ts->lock); |