[kernel-doc] fix various DocBook build problems/warnings

Most serious is fixing include/sound/pcm.h, which breaks the DocBook
build.

The other stuff is just filling in things that cause warnings.
This commit is contained in:
Jeff Garzik
2005-09-07 01:15:17 -04:00
父節點 4706df3d3c
當前提交 344babaa9d
共有 5 個文件被更改,包括 6 次插入4 次删除

查看文件

@@ -2531,7 +2531,7 @@ void swap_buf_le16(u16 *buf, unsigned int buf_words)
* @ap: port to read/write
* @buf: data buffer
* @buflen: buffer length
* @do_write: read/write
* @write_data: read/write
*
* Transfer data from/to the device data register by MMIO.
*
@@ -2577,7 +2577,7 @@ static void ata_mmio_data_xfer(struct ata_port *ap, unsigned char *buf,
* @ap: port to read/write
* @buf: data buffer
* @buflen: buffer length
* @do_write: read/write
* @write_data: read/write
*
* Transfer data from/to the device data register by PIO.
*