projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f403414
)
ASoC: Remove extra space in runtime struct definition
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 10 Nov 2011 11:46:13 +0000
(11:46 +0000)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 10 Nov 2011 11:46:13 +0000
(11:46 +0000)
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>
include/sound/soc.h
patch
|
blob
|
history
diff --git
a/include/sound/soc.h
b/include/sound/soc.h
index 877fcc1e016794c5966af829fe7dc6f952e05934..02a5c5519f390e398fa7bf0386264e82a21a3b93 100644
(file)
--- 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;