linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libata: Change "write_data" to "rw" for some function documentations
@ 2008-01-28 14:56 Linus Nilsson
  0 siblings, 0 replies; only message in thread
From: Linus Nilsson @ 2008-01-28 14:56 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-kernel, torvalds, trivial

From: Linus Nilsson <lajnold@acc.umu.se>

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>
---
 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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-28 14:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-28 14:56 [PATCH] libata: Change "write_data" to "rw" for some function documentations Linus Nilsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).