]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ALSA: Fix typos in alsa-driver-api.xml
authorMasanari Iida <standby24x7@gmail.com>
Sat, 8 Feb 2014 15:47:36 +0000 (00:47 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 10 Feb 2014 08:47:08 +0000 (09:47 +0100)
This patch fixed 2 typos in DocBook/alsa-driver-api.xml.
It is because this file is generated by make xmldocs,
I have to fix typos within source files.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_native.c
sound/core/rawmidi.c

index 01a5e05ede95cddbbcaa6be3ddb4bcf13e3786ce..10b5d1a9dec0a72b69ec6e1de075f28d5f5e24c0 100644 (file)
@@ -954,7 +954,7 @@ static struct action_ops snd_pcm_action_stop = {
  *
  * The state of each stream is then changed to the given state unconditionally.
  *
- * Return: Zero if succesful, or a negative error code.
+ * Return: Zero if successful, or a negative error code.
  */
 int snd_pcm_stop(struct snd_pcm_substream *substream, snd_pcm_state_t state)
 {
index 7b596b5751dbcea07a075685017cef6c7e0cb364..f016be72b100eeb03ab0d3e5539b44e5e7667460 100644 (file)
@@ -1101,7 +1101,7 @@ int snd_rawmidi_transmit_peek(struct snd_rawmidi_substream *substream,
 /**
  * snd_rawmidi_transmit_ack - acknowledge the transmission
  * @substream: the rawmidi substream
- * @count: the tranferred count
+ * @count: the transferred count
  *
  * Advances the hardware pointer for the internal output buffer with
  * the given size and updates the condition.