diff options
author | Linus Nilsson <lajnold@acc.umu.se> | 2008-01-28 09:56:27 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-01-28 16:48:17 -0500 |
commit | 0affa456cb6da51a31a6dd76b3d8827f467f807d (patch) | |
tree | b15a8f740f5f7d8e12fb4ebb5989c4b800ca7991 /drivers/ata | |
parent | 91525300baf162e83e923b09ca286f9205e21522 (diff) |
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: Linus Nilsson <lajnold@acc.umu.se>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/libata-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index ce803d18e96a..bdbd55af7022 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c | |||
@@ -4924,7 +4924,7 @@ void swap_buf_le16(u16 *buf, unsigned int buf_words) | |||
4924 | * @dev: device to target | 4924 | * @dev: device to target |
4925 | * @buf: data buffer | 4925 | * @buf: data buffer |
4926 | * @buflen: buffer length | 4926 | * @buflen: buffer length |
4927 | * @write_data: read/write | 4927 | * @rw: read/write |
4928 | * | 4928 | * |
4929 | * Transfer data from/to the device data register by PIO. | 4929 | * Transfer data from/to the device data register by PIO. |
4930 | * | 4930 | * |
@@ -4970,7 +4970,7 @@ unsigned int ata_data_xfer(struct ata_device *dev, unsigned char *buf, | |||
4970 | * @dev: device to target | 4970 | * @dev: device to target |
4971 | * @buf: data buffer | 4971 | * @buf: data buffer |
4972 | * @buflen: buffer length | 4972 | * @buflen: buffer length |
4973 | * @write_data: read/write | 4973 | * @rw: read/write |
4974 | * | 4974 | * |
4975 | * Transfer data from/to the device data register by PIO. Do the | 4975 | * Transfer data from/to the device data register by PIO. Do the |
4976 | * transfer with interrupts disabled. | 4976 | * transfer with interrupts disabled. |