diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2006-12-06 23:38:43 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:40 -0500 |
commit | d9489fb60614794cbca4b6b173c60ed9388974c6 (patch) | |
tree | fce67aa376841050cec0007f2a47b568286c025a /drivers/message/fusion/mptspi.c | |
parent | da39aa8fbc031029b1f06f1abf2a933e1042fe99 (diff) |
[PATCH] kernel-doc: fix fusion and i2o docs
Correct lots of typos, kernel-doc warnings, & kernel-doc usage in fusion and
i2o drivers.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/message/fusion/mptspi.c')
-rw-r--r-- | drivers/message/fusion/mptspi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/message/fusion/mptspi.c b/drivers/message/fusion/mptspi.c index f422c0d0621c..36641da59289 100644 --- a/drivers/message/fusion/mptspi.c +++ b/drivers/message/fusion/mptspi.c | |||
@@ -1100,8 +1100,7 @@ static struct pci_driver mptspi_driver = { | |||
1100 | 1100 | ||
1101 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ | 1101 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ |
1102 | /** | 1102 | /** |
1103 | * mptspi_init - Register MPT adapter(s) as SCSI host(s) with | 1103 | * mptspi_init - Register MPT adapter(s) as SCSI host(s) with SCSI mid-layer. |
1104 | * linux scsi mid-layer. | ||
1105 | * | 1104 | * |
1106 | * Returns 0 for success, non-zero for failure. | 1105 | * Returns 0 for success, non-zero for failure. |
1107 | */ | 1106 | */ |
@@ -1135,7 +1134,6 @@ mptspi_init(void) | |||
1135 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ | 1134 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ |
1136 | /** | 1135 | /** |
1137 | * mptspi_exit - Unregisters MPT adapter(s) | 1136 | * mptspi_exit - Unregisters MPT adapter(s) |
1138 | * | ||
1139 | */ | 1137 | */ |
1140 | static void __exit | 1138 | static void __exit |
1141 | mptspi_exit(void) | 1139 | mptspi_exit(void) |