提交 8626877b 编写于 作者: R Richard Guy Briggs 提交者: Eric Paris

audit: fix location of __net_initdata for audit_net_ops

Fixup caught by checkpatch.
Signed-off-by: NRichard Guy Briggs <rgb@redhat.com>
Signed-off-by: NEric Paris <eparis@redhat.com>
上级 4f066328
......@@ -1091,7 +1091,7 @@ static void __net_exit audit_net_exit(struct net *net)
netlink_kernel_release(sock);
}
static struct pernet_operations __net_initdata audit_net_ops = {
static struct pernet_operations audit_net_ops __net_initdata = {
.init = audit_net_init,
.exit = audit_net_exit,
.id = &audit_net_id,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册