Commit 8932f0cb authored by Randy Dunlap's avatar Randy Dunlap Committed by Mark Brown

ASoC: SOF: delete repeated words in comments

Drop the repeated words {that, the} in comments.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Acked-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org
Link: https://lore.kernel.org/r/20200808012156.10827-1-rdunlap@infradead.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 093513b8
...@@ -202,7 +202,7 @@ static int cnl_ipc_send_msg(struct snd_sof_dev *sdev, ...@@ -202,7 +202,7 @@ static int cnl_ipc_send_msg(struct snd_sof_dev *sdev,
* IPCs are sent at a high-rate. mod_delayed_work() * IPCs are sent at a high-rate. mod_delayed_work()
* modifies the timer if the work is pending. * modifies the timer if the work is pending.
* Also, a new delayed work should not be queued after the * Also, a new delayed work should not be queued after the
* the CTX_SAVE IPC, which is sent before the DSP enters D3. * CTX_SAVE IPC, which is sent before the DSP enters D3.
*/ */
if (hdr->cmd != (SOF_IPC_GLB_PM_MSG | SOF_IPC_PM_CTX_SAVE)) if (hdr->cmd != (SOF_IPC_GLB_PM_MSG | SOF_IPC_PM_CTX_SAVE))
mod_delayed_work(system_wq, &hdev->d0i3_work, mod_delayed_work(system_wq, &hdev->d0i3_work,
......
...@@ -29,7 +29,7 @@ bool snd_sof_dsp_only_d0i3_compatible_stream_active(struct snd_sof_dev *sdev) ...@@ -29,7 +29,7 @@ bool snd_sof_dsp_only_d0i3_compatible_stream_active(struct snd_sof_dev *sdev)
continue; continue;
/* /*
* substream->runtime being not NULL indicates that * substream->runtime being not NULL indicates
* that the stream is open. No need to check the * that the stream is open. No need to check the
* stream state. * stream state.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment