diff options
author | Martin Waitz <tali@admingilde.org> | 2005-05-01 11:59:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-01 11:59:26 -0400 |
commit | 67be2dd1bace0ec7ce2dbc1bba3f8df3d7be597e (patch) | |
tree | 317d114a0288d3b19ef9902f94b536a5a8731dbd /include/net/sock.h | |
parent | 6013d5445f9a6d0b28090027868f455c5012d1cc (diff) |
[PATCH] DocBook: fix some descriptions
Some KernelDoc descriptions are updated to match the current code.
No code changes.
Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/net/sock.h')
-rw-r--r-- | include/net/sock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index 5bc180adfb14..cc4c9190b7fd 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -161,6 +161,7 @@ struct sock_common { | |||
161 | * @sk_sndmsg_page: cached page for sendmsg | 161 | * @sk_sndmsg_page: cached page for sendmsg |
162 | * @sk_sndmsg_off: cached offset for sendmsg | 162 | * @sk_sndmsg_off: cached offset for sendmsg |
163 | * @sk_send_head: front of stuff to transmit | 163 | * @sk_send_head: front of stuff to transmit |
164 | * @sk_security: used by security modules | ||
164 | * @sk_write_pending: a write to stream socket waits to start | 165 | * @sk_write_pending: a write to stream socket waits to start |
165 | * @sk_state_change: callback to indicate change in the state of the sock | 166 | * @sk_state_change: callback to indicate change in the state of the sock |
166 | * @sk_data_ready: callback to indicate there is data to be processed | 167 | * @sk_data_ready: callback to indicate there is data to be processed |