提交 494b4e7d 编写于 作者: D David S. Miller

[DCCP]: Fix typo _read_mostly --> __read_mostly.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 72a3effa
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册