diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-07-10 06:55:09 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-11 02:13:45 -0400 |
commit | 2c53040f018b6c36a46eec75b9b937aaa5f78e6d (patch) | |
tree | f77d987c380f78daf40838688a5f49bb4ab065ee /net/appletalk/ddp.c | |
parent | a55b138b1da3d25c04f66f8df03d659dfd46c950 (diff) |
net: Fix (nearly-)kernel-doc comments for various functions
Fix incorrect start markers, wrapped summary lines, missing section
breaks, incorrect separators, and some name mismatches.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/appletalk/ddp.c')
-rw-r--r-- | net/appletalk/ddp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c index 86852963b7f7..33475291c9c1 100644 --- a/net/appletalk/ddp.c +++ b/net/appletalk/ddp.c | |||
@@ -129,8 +129,8 @@ found: | |||
129 | 129 | ||
130 | /** | 130 | /** |
131 | * atalk_find_or_insert_socket - Try to find a socket matching ADDR | 131 | * atalk_find_or_insert_socket - Try to find a socket matching ADDR |
132 | * @sk - socket to insert in the list if it is not there already | 132 | * @sk: socket to insert in the list if it is not there already |
133 | * @sat - address to search for | 133 | * @sat: address to search for |
134 | * | 134 | * |
135 | * Try to find a socket matching ADDR in the socket list, if found then return | 135 | * Try to find a socket matching ADDR in the socket list, if found then return |
136 | * it. If not, insert SK into the socket list. | 136 | * it. If not, insert SK into the socket list. |
@@ -1066,8 +1066,8 @@ static int atalk_release(struct socket *sock) | |||
1066 | 1066 | ||
1067 | /** | 1067 | /** |
1068 | * atalk_pick_and_bind_port - Pick a source port when one is not given | 1068 | * atalk_pick_and_bind_port - Pick a source port when one is not given |
1069 | * @sk - socket to insert into the tables | 1069 | * @sk: socket to insert into the tables |
1070 | * @sat - address to search for | 1070 | * @sat: address to search for |
1071 | * | 1071 | * |
1072 | * Pick a source port when one is not given. If we can find a suitable free | 1072 | * Pick a source port when one is not given. If we can find a suitable free |
1073 | * one, we insert the socket into the tables using it. | 1073 | * one, we insert the socket into the tables using it. |