Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=73fd8b6d310196ae878767200786503fcff57bd5
Commit:     73fd8b6d310196ae878767200786503fcff57bd5
Parent:     f1cb0ea12fee23018ad1865bf789cbd463f13747
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Tue Feb 19 13:43:21 2008 -0800
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Wed Feb 20 12:20:49 2008 -0500

    libata: fix kernel-doc parameter warning
    
    Fix libata kernel-doc parameter:
    
    Warning(linux-2.6.25-rc2-git3//drivers/ata/libata-scsi.c:845): No 
description found for parameter 'rq'
    
    Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/ata/libata-scsi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c
index dd41b1a..f888bab 100644
--- a/drivers/ata/libata-scsi.c
+++ b/drivers/ata/libata-scsi.c
@@ -828,7 +828,7 @@ static void ata_scsi_sdev_config(struct scsi_device *sdev)
 
 /**
  *     atapi_drain_needed - Check whether data transfer may overflow
- *     @request: request to be checked
+ *     @rq: request to be checked
  *
  *     ATAPI commands which transfer variable length data to host
  *     might overflow due to application error or hardare bug.  This
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to