diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2014-08-16 17:15:15 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-09-16 12:09:49 -0400 |
commit | 5d46ad7d88a78cca36ff6472a5bdc7d1c9c22654 (patch) | |
tree | c45561aa08eebe1729c961a2e4f2ba25b2736b69 /drivers/message | |
parent | 132aa220b45d60e9b20def1e9d8be9422eed9616 (diff) |
fusion: fix excess parameter kernel-doc warning
Fix kernel-doc excess parameter warning:
Warning(..//drivers/message/fusion/mptbase.c:1411): Excess function parameter 'prod_name' description in 'mpt_get_product_name'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Ewan D. Milne <emilne@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/message')
-rw-r--r-- | drivers/message/fusion/mptbase.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c index 68f57d3bcca1..187f83629f7e 100644 --- a/drivers/message/fusion/mptbase.c +++ b/drivers/message/fusion/mptbase.c | |||
@@ -1400,7 +1400,6 @@ mpt_verify_adapter(int iocid, MPT_ADAPTER **iocpp) | |||
1400 | * @vendor: pci vendor id | 1400 | * @vendor: pci vendor id |
1401 | * @device: pci device id | 1401 | * @device: pci device id |
1402 | * @revision: pci revision id | 1402 | * @revision: pci revision id |
1403 | * @prod_name: string returned | ||
1404 | * | 1403 | * |
1405 | * Returns product string displayed when driver loads, | 1404 | * Returns product string displayed when driver loads, |
1406 | * in /proc/mpt/summary and /sysfs/class/scsi_host/host<X>/version_product | 1405 | * in /proc/mpt/summary and /sysfs/class/scsi_host/host<X>/version_product |