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

ASoC: soc-dai.h: drop a duplicated word

Drop the repeated word "be" in a comment.

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/20200719003307.21403-1-rdunlap@infradead.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Randy Dunlap and committed by
Mark Brown
fc926a7c 09e52090

+1 -1
+1 -1
include/sound/soc-dai.h
··· 39 39 /* 40 40 * DAI Clock gating. 41 41 * 42 - * DAI bit clocks can be be gated (disabled) when the DAI is not 42 + * DAI bit clocks can be gated (disabled) when the DAI is not 43 43 * sending or receiving PCM data in a frame. This can be used to save power. 44 44 */ 45 45 #define SND_SOC_DAIFMT_CONT (1 << 4) /* continuous clock */