aboutsummaryrefslogtreecommitdiffstats
path: root/security/device_cgroup.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2010-04-21 00:02:11 -0700
committerJames Morris <jmorris@namei.org>2010-04-23 10:10:23 +1000
commitc5b60b5e67af8be4c58d3ffcc36894f69c4fbdc1 (patch)
tree5ca471fad635ee8d91a24c7b5448dbcad3de74ef /security/device_cgroup.c
parent822cceec7248013821d655545ea45d1c6a9d15b3 (diff)
downloadkernel_samsung_smdk4412-c5b60b5e67af8be4c58d3ffcc36894f69c4fbdc1.zip
kernel_samsung_smdk4412-c5b60b5e67af8be4c58d3ffcc36894f69c4fbdc1.tar.gz
kernel_samsung_smdk4412-c5b60b5e67af8be4c58d3ffcc36894f69c4fbdc1.tar.bz2
security: whitespace coding style fixes
Whitespace coding style fixes. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/device_cgroup.c')
-rw-r--r--security/device_cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/device_cgroup.c b/security/device_cgroup.c
index 6cf8fd2..37c5af6 100644
--- a/security/device_cgroup.c
+++ b/security/device_cgroup.c
@@ -469,7 +469,7 @@ struct cgroup_subsys devices_subsys = {
.name = "devices",
.can_attach = devcgroup_can_attach,
.create = devcgroup_create,
- .destroy = devcgroup_destroy,
+ .destroy = devcgroup_destroy,
.populate = devcgroup_populate,
.subsys_id = devices_subsys_id,
};