Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 494b4e7d authored by David S. Miller's avatar David S. Miller
Browse files

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

parent 72a3effa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,