aboutsummaryrefslogtreecommitdiffstats
path: root/security/device_cgroup.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2010-04-21 03:02:11 -0400
committerJames Morris <jmorris@namei.org>2010-04-22 20:10:23 -0400
commitc5b60b5e67af8be4c58d3ffcc36894f69c4fbdc1 (patch)
tree5ca471fad635ee8d91a24c7b5448dbcad3de74ef /security/device_cgroup.c
parent822cceec7248013821d655545ea45d1c6a9d15b3 (diff)
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 6cf8fd2b79e8..37c5af6ac493 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};