diff --git a/[refs] b/[refs] index 76d3a33bc595..055456c3c045 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 91525300baf162e83e923b09ca286f9205e21522 +refs/heads/master: 0affa456cb6da51a31a6dd76b3d8827f467f807d diff --git a/trunk/drivers/ata/libata-core.c b/trunk/drivers/ata/libata-core.c index ce803d18e96a..bdbd55af7022 100644 --- a/trunk/drivers/ata/libata-core.c +++ b/trunk/drivers/ata/libata-core.c @@ -4924,7 +4924,7 @@ void swap_buf_le16(u16 *buf, unsigned int buf_words) * @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 @@ unsigned int ata_data_xfer(struct ata_device *dev, unsigned char *buf, * @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.