SELinux: keep the code clean formating and syntax
authorEric Paris <eparis@redhat.com>
Wed, 14 May 2008 15:27:45 +0000 (11:27 -0400)
committerJames Morris <jmorris@namei.org>
Mon, 14 Jul 2008 05:01:36 +0000 (15:01 +1000)
commitf5269710789f666a65cf1132c4f1d14fbc8d3c29
tree8c61f74cb04505e3f16483baf1d7113e750968d7
parent9a59daa03df72526d234b91dd3e32ded5aebd3ef
SELinux: keep the code clean formating and syntax

Formatting and syntax changes

whitespace, tabs to spaces, trailing space
put open { on same line as struct def
remove unneeded {} after if statements
change printk("Lu") to printk("llu")
convert asm/uaccess.h to linux/uaacess.h includes
remove unnecessary asm/bug.h includes
convert all users of simple_strtol to strict_strtol

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/hooks.c
security/selinux/include/audit.h
security/selinux/include/avc.h
security/selinux/netnode.c
security/selinux/netport.c
security/selinux/selinuxfs.c
security/selinux/ss/avtab.c
security/selinux/ss/mls.c
security/selinux/ss/services.c