aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin P. Mattock2010-04-21 02:02:11 -0500
committerJames Morris2010-04-22 19:10:23 -0500
commitc5b60b5e67af8be4c58d3ffcc36894f69c4fbdc1 (patch)
tree5ca471fad635ee8d91a24c7b5448dbcad3de74ef /security/device_cgroup.c
parent822cceec7248013821d655545ea45d1c6a9d15b3 (diff)
downloadam43-linux-kernel-c5b60b5e67af8be4c58d3ffcc36894f69c4fbdc1.tar.gz
am43-linux-kernel-c5b60b5e67af8be4c58d3ffcc36894f69c4fbdc1.tar.xz
am43-linux-kernel-c5b60b5e67af8be4c58d3ffcc36894f69c4fbdc1.zip
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 6cf8fd2b79e..37c5af6ac49 100644
--- a/security/device_cgroup.c
+++ b/security/device_cgroup.c
@@ -469,7 +469,7 @@ struct cgroup_subsys devices_subsys = {
469 .name = "devices", 469 .name = "devices",
470 .can_attach = devcgroup_can_attach, 470 .can_attach = devcgroup_can_attach,
471 .create = devcgroup_create, 471 .create = devcgroup_create,
472 .destroy = devcgroup_destroy, 472 .destroy = devcgroup_destroy,
473 .populate = devcgroup_populate, 473 .populate = devcgroup_populate,
474 .subsys_id = devices_subsys_id, 474 .subsys_id = devices_subsys_id,
475}; 475};