From: Mark Brown Date: Fri, 21 Nov 2008 15:08:23 +0000 (+0000) Subject: ALSA: ASoC: Fix typo in snd_soc_card update documentation X-Git-Tag: v2.6.29-rc1~590^2~11^2~91 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4f904735c809e44c11f57cd4f82446aac1243e0e;p=karo-tx-linux.git ALSA: ASoC: Fix typo in snd_soc_card update documentation Signed-off-by: Mark Brown Signed-off-by: Takashi Iwai --- diff --git a/Documentation/sound/alsa/soc/machine.txt b/Documentation/sound/alsa/soc/machine.txt index 4a9f51e2905c..bab7711ce963 100644 --- a/Documentation/sound/alsa/soc/machine.txt +++ b/Documentation/sound/alsa/soc/machine.txt @@ -9,7 +9,7 @@ the audio subsystem with the kernel as a platform device and is represented by the following struct:- /* SoC machine */ -struct snd_soc_card {_ +struct snd_soc_card { char *name; int (*probe)(struct platform_device *pdev);