Commit 0affa456 authored by Linus Nilsson's avatar Linus Nilsson Committed by Linus Torvalds

libata: Change "write_data" to "rw" for some function documentations

The documentation for ata_data_xfer and ata_data_xfer_noirq had the 'rw'
parameter named 'write_data'.
Signed-off-by: default avatarLinus Nilsson <lajnold@acc.umu.se>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 91525300
...@@ -4924,7 +4924,7 @@ void swap_buf_le16(u16 *buf, unsigned int buf_words) ...@@ -4924,7 +4924,7 @@ void swap_buf_le16(u16 *buf, unsigned int buf_words)
* @dev: device to target * @dev: device to target
* @buf: data buffer * @buf: data buffer
* @buflen: buffer length * @buflen: buffer length
* @write_data: read/write * @rw: read/write
* *
* Transfer data from/to the device data register by PIO. * Transfer data from/to the device data register by PIO.
* *
...@@ -4970,7 +4970,7 @@ unsigned int ata_data_xfer(struct ata_device *dev, unsigned char *buf, ...@@ -4970,7 +4970,7 @@ unsigned int ata_data_xfer(struct ata_device *dev, unsigned char *buf,
* @dev: device to target * @dev: device to target
* @buf: data buffer * @buf: data buffer
* @buflen: buffer length * @buflen: buffer length
* @write_data: read/write * @rw: read/write
* *
* Transfer data from/to the device data register by PIO. Do the * Transfer data from/to the device data register by PIO. Do the
* transfer with interrupts disabled. * transfer with interrupts disabled.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment