]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/sunrpc/auth.c
net: Move && and || to end of previous line
[net-next-2.6.git] / net / sunrpc / auth.c
index 54a4e042f10451cff4908d38e23dd362f08819fe..7535a7bed2fa89b35910112b9f62e84915cb1513 100644 (file)
@@ -332,9 +332,9 @@ rpcauth_lookup_credcache(struct rpc_auth *auth, struct auth_cred * acred,
                list_add_tail(&new->cr_lru, &free);
        spin_unlock(&cache->lock);
 found:
-       if (test_bit(RPCAUTH_CRED_NEW, &cred->cr_flags)
-                       && cred->cr_ops->cr_init != NULL
-                       && !(flags & RPCAUTH_LOOKUP_NEW)) {
+       if (test_bit(RPCAUTH_CRED_NEW, &cred->cr_flags) &&
+           cred->cr_ops->cr_init != NULL &&
+           !(flags & RPCAUTH_LOOKUP_NEW)) {
                int res = cred->cr_ops->cr_init(auth, cred);
                if (res < 0) {
                        put_rpccred(cred);