Explorar el Código

ALSA: ASoC: Fix typo in snd_soc_card update documentation

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Mark Brown hace 16 años
padre
commit
4f904735c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Documentation/sound/alsa/soc/machine.txt

+ 1 - 1
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:-
 the following struct:-
 
 
 /* SoC machine */
 /* SoC machine */
-struct snd_soc_card {_
+struct snd_soc_card {
 	char *name;
 	char *name;
 
 
 	int (*probe)(struct platform_device *pdev);
 	int (*probe)(struct platform_device *pdev);