diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-09-07 13:38:19 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-09-12 10:42:22 +0200 |
commit | df8db936e5e829ab3ff66346dbdf4033fa3ce588 (patch) | |
tree | cf38295da0ccd58258ec572b3f8075022d3f0596 /sound/core/rawmidi.c | |
parent | ec9e1c5c9c7350cc8214f8b9c529f9678036d9a8 (diff) |
[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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/rawmidi.c b/sound/core/rawmidi.c index d705ec79429..4f4b4101b2f 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. |