]> git.karo-electronics.de Git - karo-tx-linux.git/commit
capabilities: style only - move capable below ns_capable
authorEric Paris <eparis@redhat.com>
Tue, 3 Jan 2012 17:25:15 +0000 (12:25 -0500)
committerEric Paris <eparis@redhat.com>
Thu, 5 Jan 2012 23:52:57 +0000 (18:52 -0500)
commit105ddf49cd301b7929a92f269440e8e562ef19db
treec292c794a322269b4963aa64ab484653cdf9c035
parent7b61d648499e74dbec3d4ce645675e0ae040ae78
capabilities: style only - move capable below ns_capable

Although the current code is fine for consistency this moves the capable
code below the function it calls in the c file.  It doesn't actually change
code.

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Serge E. Hallyn <serge.hallyn@canonical.com>
kernel/capability.c