linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libata: fix comment above ata_exec_internal()
@ 2006-06-12  5:09 Tejun Heo
  2006-06-12  6:11 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2006-06-12  5:09 UTC (permalink / raw)
  To: Jeff Garzik, linux-ide

Add RETURNS comment above ata_exec_internal() and kill extra blank
line.

Signed-off-by: Tejun Heo <htejun@gmail.com>

---

 drivers/scsi/libata-core.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

5be2821da324087a7f3f89ddb79b1391c6d7917d
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c
index ddaad1a..014855e 100644
--- a/drivers/scsi/libata-core.c
+++ b/drivers/scsi/libata-core.c
@@ -981,8 +981,10 @@ void ata_qc_complete_internal(struct ata
  *
  *	LOCKING:
  *	None.  Should be called with kernel context, might sleep.
+ *
+ *	RETURNS:
+ *	Zero on success, AC_ERR_* mask on failure
  */
-
 unsigned ata_exec_internal(struct ata_device *dev,
 			   struct ata_taskfile *tf, const u8 *cdb,
 			   int dma_dir, void *buf, unsigned int buflen)
-- 
1.3.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] libata: fix comment above ata_exec_internal()
  2006-06-12  5:09 [PATCH] libata: fix comment above ata_exec_internal() Tejun Heo
@ 2006-06-12  6:11 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2006-06-12  6:11 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide

applied


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-12  6:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-12  5:09 [PATCH] libata: fix comment above ata_exec_internal() Tejun Heo
2006-06-12  6:11 ` Jeff Garzik

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