diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-10-15 20:29:46 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-15 20:56:36 -0400 |
commit | c5d0e6a0d225c03b59a0a70f940e439085235ba2 (patch) | |
tree | c041f599955a1e9ac97416da2307ac9050612cfe /drivers/ata/libata-scsi.c | |
parent | 23f9b75e79f6fbe438a20d10a11ca45a14b8a584 (diff) |
docbook: fix libata content
Fix libata docbook warnings.
Warning(linux-2.6.23-git8//drivers/ata/libata-scsi.c:3251): No description found for parameter 'dev'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/ata/libata-scsi.c')
-rw-r--r-- | 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 d63c81ed084f..5237a491622b 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c | |||
@@ -3240,7 +3240,7 @@ static void ata_scsi_handle_link_detach(struct ata_link *link) | |||
3240 | 3240 | ||
3241 | /** | 3241 | /** |
3242 | * ata_scsi_media_change_notify - send media change event | 3242 | * ata_scsi_media_change_notify - send media change event |
3243 | * @atadev: Pointer to the disk device with media change event | 3243 | * @dev: Pointer to the disk device with media change event |
3244 | * | 3244 | * |
3245 | * Tell the block layer to send a media change notification | 3245 | * Tell the block layer to send a media change notification |
3246 | * event. | 3246 | * event. |