Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: SOF: delete repeated words in comments

Drop the repeated words {that, the} in comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Pierre-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.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Randy Dunlap and committed by
Mark Brown
8932f0cb 093513b8

+2 -2
+1 -1
sound/soc/sof/intel/cnl.c
··· 202 202 * IPCs are sent at a high-rate. mod_delayed_work() 203 203 * modifies the timer if the work is pending. 204 204 * Also, a new delayed work should not be queued after the 205 - * the CTX_SAVE IPC, which is sent before the DSP enters D3. 205 + * CTX_SAVE IPC, which is sent before the DSP enters D3. 206 206 */ 207 207 if (hdr->cmd != (SOF_IPC_GLB_PM_MSG | SOF_IPC_PM_CTX_SAVE)) 208 208 mod_delayed_work(system_wq, &hdev->d0i3_work,
+1 -1
sound/soc/sof/sof-audio.c
··· 29 29 continue; 30 30 31 31 /* 32 - * substream->runtime being not NULL indicates that 32 + * substream->runtime being not NULL indicates 33 33 * that the stream is open. No need to check the 34 34 * stream state. 35 35 */