Skip to content

Commit

Permalink
libata-core: fix kernel-doc warning
Browse files Browse the repository at this point in the history
Fix libata-core kernel-doc warning:
Warning(linux-2.6.25-rc2-git6//drivers/ata/libata-core.c:168): No description found for parameter 'ap'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Randy Dunlap authored and Jeff Garzik committed Feb 24, 2008
1 parent b1f5dc4 commit 4cdfa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ MODULE_VERSION(DRV_VERSION);

/**
* ata_force_cbl - force cable type according to libata.force
* @link: ATA link of interest
* @ap: ATA port of interest
*
* Force cable type according to libata.force and whine about it.
* The last entry which has matching port number is used, so it
Expand Down

0 comments on commit 4cdfa1b

Please sign in to comment.