Skip to content

Commit

Permalink
[PATCH] libata kernel-doc fixes
Browse files Browse the repository at this point in the history
Fix all reported kernel-doc errors in libata.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Randy Dunlap authored and Jeff Garzik committed Nov 9, 2005
1 parent a892aca commit 8e8b77d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2713,7 +2713,7 @@ static int ata_sg_setup(struct ata_queued_cmd *qc)
/**
* ata_poll_qc_complete - turn irq back on and finish qc
* @qc: Command to complete
* @drv_stat: ATA status register content
* @err_mask: ATA status register content
*
* LOCKING:
* None. (grabs host lock)
Expand Down Expand Up @@ -3478,7 +3478,7 @@ void ata_qc_free(struct ata_queued_cmd *qc)
/**
* ata_qc_complete - Complete an active ATA command
* @qc: Command to complete
* @drv_stat: ATA Status register contents
* @err_mask: ATA Status register contents
*
* Indicate to the mid and upper layers that an ATA
* command has completed, with either an ok or not-ok status.
Expand Down
7 changes: 4 additions & 3 deletions drivers/scsi/libata-scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ int ata_std_bios_param(struct scsi_device *sdev, struct block_device *bdev,

/**
* ata_cmd_ioctl - Handler for HDIO_DRIVE_CMD ioctl
* @dev: Device to whom we are issuing command
* @scsidev: Device to which we are issuing command
* @arg: User provided data for issuing command
*
* LOCKING:
Expand Down Expand Up @@ -217,7 +217,7 @@ int ata_cmd_ioctl(struct scsi_device *scsidev, void __user *arg)

/**
* ata_task_ioctl - Handler for HDIO_DRIVE_TASK ioctl
* @dev: Device to whom we are issuing command
* @scsidev: Device to which we are issuing command
* @arg: User provided data for issuing command
*
* LOCKING:
Expand Down Expand Up @@ -416,6 +416,7 @@ void ata_dump_status(unsigned id, struct ata_taskfile *tf)

/**
* ata_to_sense_error - convert ATA error to SCSI error
* @id: ATA device number
* @drv_stat: value contained in ATA status register
* @drv_err: value contained in ATA error register
* @sk: the sense key we'll fill out
Expand Down Expand Up @@ -2231,7 +2232,7 @@ ata_scsi_map_proto(u8 byte1)
/**
* ata_scsi_pass_thru - convert ATA pass-thru CDB to taskfile
* @qc: command structure to be initialized
* @cmd: SCSI command to convert
* @scsicmd: SCSI command to convert
*
* Handles either 12 or 16-byte versions of the CDB.
*
Expand Down

0 comments on commit 8e8b77d

Please sign in to comment.