Skip to content

Commit

Permalink
libata: fix libata-scsi kernel-doc notation
Browse files Browse the repository at this point in the history
Fix libata-scsi kernel-doc notation:

Warning(linux-2.6.25-git15//drivers/ata/libata-scsi.c:1659): No description found for parameter 'cmd'
Warning(linux-2.6.25-git15//drivers/ata/libata-scsi.c:1971): No description found for parameter 'buf'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Randy Dunlap authored and Jeff Garzik committed May 30, 2008
1 parent 2da6765 commit ec2a20e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/ata/libata-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1637,6 +1637,7 @@ static int ata_scsi_translate(struct ata_device *dev, struct scsi_cmnd *cmd,

/**
* ata_scsi_rbuf_get - Map response buffer.
* @cmd: SCSI command containing buffer to be mapped.
* @flags: unsigned long variable to store irq enable status
* @copy_in: copy in from user buffer
*
Expand Down Expand Up @@ -1954,7 +1955,7 @@ static unsigned int ata_msense_ctl_mode(u8 *buf)

/**
* ata_msense_rw_recovery - Simulate MODE SENSE r/w error recovery page
* @bufp: output buffer
* @buf: output buffer
*
* Generate a generic MODE SENSE r/w error recovery page.
*
Expand Down

0 comments on commit ec2a20e

Please sign in to comment.