staging: lustre: add an extra line
authorGeorgiana Rodica Chelu <georgiana.chelu93@gmail.com>
Tue, 18 Mar 2014 21:12:38 +0000 (23:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Mar 2014 16:04:30 +0000 (09:04 -0700)
Add an extra line break between the variable
declaration and the rest of the code

Signed-off-by: Georgiana Rodica Chelu <georgiana.chelu93@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/linux/linux-curproc.c

index 77e10384c0d061c9e718b33bd8052f57fba070d2..e74c3e28a9727edc2e2a76f34a60e19fb008e744 100644 (file)
@@ -58,6 +58,7 @@
 void cfs_cap_raise(cfs_cap_t cap)
 {
        struct cred *cred;
+
        cred = prepare_creds();
        if (cred) {
                cap_raise(cred->cap_effective, cap);
@@ -68,6 +69,7 @@ void cfs_cap_raise(cfs_cap_t cap)
 void cfs_cap_lower(cfs_cap_t cap)
 {
        struct cred *cred;
+
        cred = prepare_creds();
        if (cred) {
                cap_lower(cred->cap_effective, cap);