Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.