* [PATCH] mptfusion: Fix up kerneldoc
@ 2014-08-08 10:54 Thierry Reding
0 siblings, 0 replies; only message in thread
From: Thierry Reding @ 2014-08-08 10:54 UTC (permalink / raw)
To: Nagalakshmi Nandigama, Praveen Krishnamoorthy, Sreekanth Reddy,
Abhijit Mahajan
Cc: MPT-FusionLinux.pdl, linux-scsi, linux-kernel
From: Thierry Reding <treding@nvidia.com>
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 <treding@nvidia.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-08 10:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-08 10:54 [PATCH] mptfusion: Fix up kerneldoc Thierry Reding
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).