소스 검색

ASoC: Remove extra space in runtime struct definition

My usual technique for finding definitions is to search for "name {"
which breaks with the extra space.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Mark Brown 13 년 전
부모
커밋
d66a327dda
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/sound/soc.h

+ 1 - 1
include/sound/soc.h

@@ -843,7 +843,7 @@ struct snd_soc_card {
 };
 };
 
 
 /* SoC machine DAI configuration, glues a codec and cpu DAI together */
 /* SoC machine DAI configuration, glues a codec and cpu DAI together */
-struct snd_soc_pcm_runtime  {
+struct snd_soc_pcm_runtime {
 	struct device dev;
 	struct device dev;
 	struct snd_soc_card *card;
 	struct snd_soc_card *card;
 	struct snd_soc_dai_link *dai_link;
 	struct snd_soc_dai_link *dai_link;