aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/security/keys/permission.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/keys/permission.c
parentmmap_min_addr check CAP_SYS_RAWIO only for write (diff)
downloadwireguard-linux-c5b60b5e67af8be4c58d3ffcc36894f69c4fbdc1.tar.xz
wireguard-linux-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/keys/permission.c')
-rw-r--r--security/keys/permission.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keys/permission.c b/security/keys/permission.c
index 0ed802c9e698..28645502cd0d 100644
--- a/security/keys/permission.c
+++ b/security/keys/permission.c
@@ -109,7 +109,7 @@ int key_validate(struct key *key)
}
}
- error:
+error:
return ret;
} /* end key_validate() */