aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/rawmidi.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-09-07 13:38:19 +0200
committerJaroslav Kysela <perex@suse.cz>2005-09-12 10:42:22 +0200
commitdf8db936e5e829ab3ff66346dbdf4033fa3ce588 (patch)
treecf38295da0ccd58258ec572b3f8075022d3f0596 /sound/core/rawmidi.c
parent[ALSA] hda-codec - Assign audio PCMS first (diff)
downloadlinux-dev-df8db936e5e829ab3ff66346dbdf4033fa3ce588.tar.xz
linux-dev-df8db936e5e829ab3ff66346dbdf4033fa3ce588.zip
[ALSA] Fix DocBook warnings
PCM Midlevel,RawMidi Midlevel Fix DocBook warnings. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/rawmidi.c')
-rw-r--r--sound/core/rawmidi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/rawmidi.c b/sound/core/rawmidi.c
index d705ec79429b..4f4b4101b2f5 100644
--- a/sound/core/rawmidi.c
+++ b/sound/core/rawmidi.c
@@ -1109,7 +1109,7 @@ int snd_rawmidi_transmit_ack(snd_rawmidi_substream_t * substream, int count)
/**
* snd_rawmidi_transmit - copy from the buffer to the device
* @substream: the rawmidi substream
- * @buf: the buffer pointer
+ * @buffer: the buffer pointer
* @count: the data size to transfer
*
* Copies data from the buffer to the device and advances the pointer.