mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	audit: fix location of __net_initdata for audit_net_ops
Fixup caught by checkpatch. Signed-off-by: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: Eric Paris <eparis@redhat.com>
This commit is contained in:
		
							parent
							
								
									4f066328ab
								
							
						
					
					
						commit
						8626877b52
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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, | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Richard Guy Briggs
						Richard Guy Briggs