diff mbox

security: commoncap: fix styling

Message ID 20170923224116.9163-1-aalobaid@linux.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ahmad A Alobaid Sept. 23, 2017, 10:41 p.m. UTC
From: "Ahmad A Alobaid" <aalobaid@linux.com>

fix trailing whitespace and Missing a blank line after
declaration

Signed-off-by: Ahmad A Alobaid <aalobaid@linux.com>
---
 security/commoncap.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/security/commoncap.c b/security/commoncap.c
index 6bf72b1..c3330c4 100644
--- a/security/commoncap.c
+++ b/security/commoncap.c
@@ -89,7 +89,7 @@  int cap_capable(const struct cred *cred, struct user_namespace *targ_ns,
 		if (ns->level <= cred->user_ns->level)
 			return -EPERM;
 
-		/* 
+		/*
 		 * The owner of the user namespace in the parent of the
 		 * user namespace has all caps.
 		 */
@@ -446,6 +446,7 @@  int cap_inode_getsecurity(struct inode *inode, const char *name, void **buffer,
 		if (*buffer) {
 			struct vfs_cap_data *cap = *buffer;
 			__le32 nsmagic, magic;
+
 			magic = VFS_CAP_REVISION_2;
 			nsmagic = le32_to_cpu(nscap->magic_etc);
 			if (nsmagic & VFS_CAP_FLAGS_EFFECTIVE)