Skip to content

Commit

Permalink
SELinux: whitespace and formating fixes for hooks.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Paris authored and James Morris committed Apr 21, 2008
1 parent 744ba35 commit 828dfe1
Showing 1 changed file with 245 additions and 250 deletions.
Loading

0 comments on commit 828dfe1

Please sign in to comment.