projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
494b4e7
)
[IPV6] tcp: Fix typo _read_mostly --> __read_mostly.
author
David S. Miller
<davem@sunset.davemloft.net>
Fri, 10 Nov 2006 00:26:09 +0000
(16:26 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:21:46 +0000
(21:21 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/tcp_ipv6.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv6/tcp_ipv6.c
b/net/ipv6/tcp_ipv6.c
index 1a3c46c139f824c72887b0e5d31adccd12779ad4..06b536b47f97b2df4aa1326a1163f9ed96ade1dd 100644
(file)
--- a/
net/ipv6/tcp_ipv6.c
+++ b/
net/ipv6/tcp_ipv6.c
@@
-526,7
+526,7
@@
static void tcp_v6_reqsk_destructor(struct request_sock *req)
kfree_skb(inet6_rsk(req)->pktopts);
}
-static struct request_sock_ops tcp6_request_sock_ops _read_mostly = {
+static struct request_sock_ops tcp6_request_sock_ops _
_
read_mostly = {
.family = AF_INET6,
.obj_size = sizeof(struct tcp6_request_sock),
.rtx_syn_ack = tcp_v6_send_synack,