commit | f5269710789f666a65cf1132c4f1d14fbc8d3c29 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Wed May 14 11:27:45 2008 -0400 |
committer | James Morris <jmorris@namei.org> | Mon Jul 14 15:01:36 2008 +1000 |
tree | 8c61f74cb04505e3f16483baf1d7113e750968d7 | |
parent | 9a59daa03df72526d234b91dd3e32ded5aebd3ef [diff] |
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>