[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <12746593502411@xenotime.net>
Date: Sun, 23 May 2010 17:02:30 -0700
From: Randy Dunlap <rdunlap@...otime.net>
To: linux-kernel@...r.kernel.org
Cc: Ben Hutchings <ben@...adent.org.uk>,
"James E.J. Bottomley" <James.Bottomley@...e.de>,
Eric Moore <Eric.Moore@....com>
Subject: [PATCH 8/9] fusion: fix kernel-doc notation
From: Ben Hutchings <ben@...adent.org.uk>
The function name must be followed by a space, hypen, space, and a
short description.
Signed-off-by: Ben Hutchings <ben@...adent.org.uk>
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: Eric Moore <Eric.Moore@....com>
---
drivers/message/fusion/mptscsih.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--- lnx-2634-docs.orig/drivers/message/fusion/mptscsih.c
+++ lnx-2634-docs/drivers/message/fusion/mptscsih.c
@@ -2561,9 +2561,7 @@ mptscsih_getclear_scsi_lookup(MPT_ADAPTE
}
/**
- * mptscsih_set_scsi_lookup
- *
- * writes a scmd entry into the ScsiLookup[] array list
+ * mptscsih_set_scsi_lookup - write a scmd entry into the ScsiLookup[] array list
*
* @ioc: Pointer to MPT_ADAPTER structure
* @i: index into the array
@@ -2726,7 +2724,7 @@ mptscsih_scandv_complete(MPT_ADAPTER *io
/**
- * mptscsih_get_completion_code -
+ * mptscsih_get_completion_code - get completion code from MPT request
* @ioc: Pointer to MPT_ADAPTER structure
* @req: Pointer to original MPT request frame
* @reply: Pointer to MPT reply frame (NULL if TurboReply)
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists