Skip to content

Commit

Permalink
audit: fix location of __net_initdata for audit_net_ops
Browse files Browse the repository at this point in the history
Fixup caught by checkpatch.

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Eric Paris <eparis@redhat.com>
  • Loading branch information
Richard Guy Briggs authored and Eric Paris committed Jan 17, 2014
1 parent 4f06632 commit 8626877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8626877

Please sign in to comment.