aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv4.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-11-09 16:23:22 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-02 21:21:45 -0800
commit494b4e7d819246bad67c40897b9eeaf0ce18d5ff (patch)
treed09d274814dc469da9edba08c0043859ae1f340c /net/dccp/ipv4.c
parent[NET]: Size listen hash tables using backlog hint (diff)
downloadlinux-dev-494b4e7d819246bad67c40897b9eeaf0ce18d5ff.tar.xz
linux-dev-494b4e7d819246bad67c40897b9eeaf0ce18d5ff.zip
[DCCP]: Fix typo _read_mostly --> __read_mostly.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/dccp/ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c
index 0a5d68dbb418..de64e6c7f93d 100644
--- a/net/dccp/ipv4.c
+++ b/net/dccp/ipv4.c
@@ -1022,7 +1022,7 @@ static void dccp_v4_reqsk_destructor(struct request_sock *req)
kfree(inet_rsk(req)->opt);
}
-static struct request_sock_ops dccp_request_sock_ops _read_mostly = {
+static struct request_sock_ops dccp_request_sock_ops __read_mostly = {
.family = PF_INET,
.obj_size = sizeof(struct dccp_request_sock),
.rtx_syn_ack = dccp_v4_send_response,