]> git.baikalelectronics.ru Git - kernel.git/commit
SELinux: whitespace and formating fixes for hooks.c
authorEric Paris <eparis@redhat.com>
Thu, 17 Apr 2008 17:17:49 +0000 (13:17 -0400)
committerJames Morris <jmorris@namei.org>
Mon, 21 Apr 2008 09:11:56 +0000 (19:11 +1000)
commit25325e7a1be78319cafb8386d3b0d9f3a6592b0b
treec3eec5cf7ae7858614b2ba705aa53944861c19c2
parent3ee1a4d7abfa07a210e583021c26274ae4940ed7
SELinux: whitespace and formating fixes for hooks.c

All whitespace and formatting.  Nothing interesting to see here.  About
the only thing to remember is that we aren't supposed to initialize
static variables to 0/NULL.  It is done for us and doing it ourselves
puts them in a different section.

With this patch running checkpatch.pl against hooks.c only gives us
complaints about busting the 80 character limit and declaring extern's
in .c files.  Apparently they don't like it, but I don't feel like going
to the trouble of moving those to .h files...

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/hooks.c