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)
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>

No differences found