commit | 34ca6860810342441f801226b19ae6c9e0ecb34f | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | Tue Dec 13 23:23:32 2005 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Jan 03 13:10:49 2006 -0800 |
tree | 4daae6985e70f28100f2244e73fcd70394f180b9 | |
parent | 3cf3dc6c2e05e67b12e522f547c0b71d509a516c [diff] [blame] |
[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>
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index 0ce7d0f..9f69a67 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c
@@ -1317,7 +1317,7 @@ .send_reset = dccp_v4_ctl_send_reset, }; -struct proto dccp_v4_prot = { +struct proto dccp_prot = { .name = "DCCP", .owner = THIS_MODULE, .close = dccp_close,