diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-12-14 02:23:32 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-03 16:10:49 -0500 |
commit | 34ca6860810342441f801226b19ae6c9e0ecb34f (patch) | |
tree | 4daae6985e70f28100f2244e73fcd70394f180b9 /net/dccp/ipv4.c | |
parent | 3cf3dc6c2e05e67b12e522f547c0b71d509a516c (diff) |
[DCCP]: Just rename dccp_v4_prot to dccp_prot
To match TCP equivalent.
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r-- | net/dccp/ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index 0ce7d0fe5ee7..9f69a67a4b01 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c | |||
@@ -1317,7 +1317,7 @@ static struct request_sock_ops dccp_request_sock_ops = { | |||
1317 | .send_reset = dccp_v4_ctl_send_reset, | 1317 | .send_reset = dccp_v4_ctl_send_reset, |
1318 | }; | 1318 | }; |
1319 | 1319 | ||
1320 | struct proto dccp_v4_prot = { | 1320 | struct proto dccp_prot = { |
1321 | .name = "DCCP", | 1321 | .name = "DCCP", |
1322 | .owner = THIS_MODULE, | 1322 | .owner = THIS_MODULE, |
1323 | .close = dccp_close, | 1323 | .close = dccp_close, |