From: Linus Nilsson <[EMAIL PROTECTED]> The documentation for ata_data_xfer and ata_data_xfer_noirq had the 'rw' parameter named 'write_data'.
Signed-off-by: Linus Nilsson <[EMAIL PROTECTED]> --- drivers/ata/libata-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/drivers/ata/libata-core.c 2008-01-28 15:47:26.000000000 +0100 +++ b/drivers/ata/libata-core.c 2008-01-28 15:47:27.000000000 +0100 @@ -4924,7 +4924,7 @@ * @dev: device to target * @buf: data buffer * @buflen: buffer length - * @write_data: read/write + * @rw: read/write * * Transfer data from/to the device data register by PIO. * @@ -4970,7 +4970,7 @@ * @dev: device to target * @buf: data buffer * @buflen: buffer length - * @write_data: read/write + * @rw: read/write * * Transfer data from/to the device data register by PIO. Do the * transfer with interrupts disabled. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

