From: Thierry Reding <[email protected]>

Commit c9834c70efba ("mptfusion: make adapter prod_name[] a pointer")
removed the prod_name argument from the mpt_get_product_name() function
but didn't update the kerneldoc comment.

Signed-off-by: Thierry Reding <[email protected]>
---
 drivers/message/fusion/mptbase.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c
index a896d948b79e..dd61cbab2de6 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)
  *     @vendor: pci vendor id
  *     @device: pci device id
  *     @revision: pci revision id
- *     @prod_name: string returned
  *
  *     Returns product string displayed when driver loads,
  *     in /proc/mpt/summary and /sysfs/class/scsi_host/host<X>/version_product
-- 
2.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to