From: Mark Brown Date: Thu, 10 Nov 2011 11:46:13 +0000 (+0000) Subject: ASoC: Remove extra space in runtime struct definition X-Git-Tag: v3.12-rc1~3017^2~474 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d66a327ddad647fd1678fd24d9070846737c6834;p=kernel%2Fkernel-generic.git 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 --- diff --git a/include/sound/soc.h b/include/sound/soc.h index 877fcc1..02a5c55 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -843,7 +843,7 @@ struct snd_soc_card { }; /* 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 snd_soc_card *card; struct snd_soc_dai_link *dai_link;