diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-07-10 06:55:35 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-11 02:13:45 -0400 |
commit | ae86b9e3846f6fc5509dee721f2bdba1db8ab96a (patch) | |
tree | a648bc2912a6093295380b00a3942f8a8e2fd28f /net/ipv4/tcp.c | |
parent | 2c53040f018b6c36a46eec75b9b937aaa5f78e6d (diff) |
net: Fix non-kernel-doc comments with kernel-doc start marker
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp.c')
-rw-r--r-- | net/ipv4/tcp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index 29aa0c800cd0..d902da96d154 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c | |||
@@ -3310,8 +3310,7 @@ EXPORT_SYMBOL(tcp_md5_hash_key); | |||
3310 | 3310 | ||
3311 | #endif | 3311 | #endif |
3312 | 3312 | ||
3313 | /** | 3313 | /* Each Responder maintains up to two secret values concurrently for |
3314 | * Each Responder maintains up to two secret values concurrently for | ||
3315 | * efficient secret rollover. Each secret value has 4 states: | 3314 | * efficient secret rollover. Each secret value has 4 states: |
3316 | * | 3315 | * |
3317 | * Generating. (tcp_secret_generating != tcp_secret_primary) | 3316 | * Generating. (tcp_secret_generating != tcp_secret_primary) |