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:
72a3eff
)
[DCCP]: Fix typo _read_mostly --> __read_mostly.
author
David S. Miller
<davem@sunset.davemloft.net>
Fri, 10 Nov 2006 00:23:22 +0000
(16:23 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:21:45 +0000
(21:21 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ipv4.c
patch
|
blob
|
blame
|
history
diff --git
a/net/dccp/ipv4.c
b/net/dccp/ipv4.c
index 0a5d68dbb41879a5a55f6ebe1a85702fb13769d9..de64e6c7f93d676b42025729486bc2da34a33d13 100644
(file)
--- 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,