1
0
Fork 0

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

Signed-off-by: David S. Miller <davem@davemloft.net>
wifi-calibration
David S. Miller 2006-11-09 16:23:22 -08:00
parent 72a3effaf6
commit 494b4e7d81
1 changed files with 1 additions and 1 deletions

View File

@ -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,