diff options
author | Rob Landley <rob@landley.net> | 2007-11-03 14:30:39 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-01-11 19:22:40 -0500 |
commit | eb44820c28bc9a042e1157b41c677018a8fdfc74 (patch) | |
tree | de027b3cd40533488805ef7ee8156f077cd2b7e5 /drivers/scsi/scsi_netlink.c | |
parent | 3f48985823001c89c9bd5c5e57cc07530578dfcc (diff) |
[SCSI] Add Documentation and integrate into docbook build
Add Documentation/DocBook/scsi_midlayer.tmpl, add to Makefile, and update
lots of kerneldoc comments in drivers/scsi/*.
Updated with comments from Stefan Richter, Stephen M. Cameron,
James Bottomley and Randy Dunlap.
Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/scsi_netlink.c')
-rw-r--r-- | drivers/scsi/scsi_netlink.c | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/drivers/scsi/scsi_netlink.c b/drivers/scsi/scsi_netlink.c index 40579edca101..3e1591828171 100644 --- a/drivers/scsi/scsi_netlink.c +++ b/drivers/scsi/scsi_netlink.c | |||
@@ -32,11 +32,12 @@ EXPORT_SYMBOL_GPL(scsi_nl_sock); | |||
32 | 32 | ||
33 | 33 | ||
34 | /** | 34 | /** |
35 | * scsi_nl_rcv_msg - | 35 | * scsi_nl_rcv_msg - Receive message handler. |
36 | * Receive message handler. Extracts message from a receive buffer. | 36 | * @skb: socket receive buffer |
37 | * | ||
38 | * Description: Extracts message from a receive buffer. | ||
37 | * Validates message header and calls appropriate transport message handler | 39 | * Validates message header and calls appropriate transport message handler |
38 | * | 40 | * |
39 | * @skb: socket receive buffer | ||
40 | * | 41 | * |
41 | **/ | 42 | **/ |
42 | static void | 43 | static void |
@@ -99,9 +100,7 @@ next_msg: | |||
99 | 100 | ||
100 | 101 | ||
101 | /** | 102 | /** |
102 | * scsi_nl_rcv_event - | 103 | * scsi_nl_rcv_event - Event handler for a netlink socket. |
103 | * Event handler for a netlink socket. | ||
104 | * | ||
105 | * @this: event notifier block | 104 | * @this: event notifier block |
106 | * @event: event type | 105 | * @event: event type |
107 | * @ptr: event payload | 106 | * @ptr: event payload |
@@ -129,9 +128,7 @@ static struct notifier_block scsi_netlink_notifier = { | |||
129 | 128 | ||
130 | 129 | ||
131 | /** | 130 | /** |
132 | * scsi_netlink_init - | 131 | * scsi_netlink_init - Called by SCSI subsystem to intialize the SCSI transport netlink interface |
133 | * Called by SCSI subsystem to intialize the SCSI transport netlink | ||
134 | * interface | ||
135 | * | 132 | * |
136 | **/ | 133 | **/ |
137 | void | 134 | void |
@@ -160,9 +157,7 @@ scsi_netlink_init(void) | |||
160 | 157 | ||
161 | 158 | ||
162 | /** | 159 | /** |
163 | * scsi_netlink_exit - | 160 | * scsi_netlink_exit - Called by SCSI subsystem to disable the SCSI transport netlink interface |
164 | * Called by SCSI subsystem to disable the SCSI transport netlink | ||
165 | * interface | ||
166 | * | 161 | * |
167 | **/ | 162 | **/ |
168 | void | 163 | void |