From: Eric Paris Date: Wed, 14 May 2008 15:27:45 +0000 (-0400) Subject: SELinux: keep the code clean formating and syntax X-Git-Tag: v2.6.27-rc1~1109^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5269710789f666a65cf1132c4f1d14fbc8d3c29;p=pandora-kernel.git 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 Signed-off-by: James Morris --- Reading git-diff-tree failed