Skip to content

Commit

Permalink
ASoC: Remove extra space in runtime struct definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Nov 10, 2011
1 parent f403414 commit d66a327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sound/soc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d66a327

Please sign in to comment.