]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/sunrpc/svcauth_unix.c
net: Move && and || to end of previous line
[net-next-2.6.git] / net / sunrpc / svcauth_unix.c
index f4c7ff3a53e6c65b881069946443b1bed94127e5..4a8f6558718ab501980e9b70dfd660a73fc869d2 100644 (file)
@@ -125,8 +125,8 @@ static int ip_map_match(struct cache_head *corig, struct cache_head *cnew)
 {
        struct ip_map *orig = container_of(corig, struct ip_map, h);
        struct ip_map *new = container_of(cnew, struct ip_map, h);
-       return strcmp(orig->m_class, new->m_class) == 0
-               && ipv6_addr_equal(&orig->m_addr, &new->m_addr);
+       return strcmp(orig->m_class, new->m_class) == 0 &&
+              ipv6_addr_equal(&orig->m_addr, &new->m_addr);
 }
 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem)
 {