ipv4: coding style: comparison for equality with NULL
[deliverable/linux.git] / net / ipv4 / gre_offload.c
index 51973ddc05a68463f8f39e779491374f12e5191a..9358f11aae404157b305ea8ec231607a75e3c6f6 100644 (file)
@@ -149,7 +149,7 @@ static struct sk_buff **gre_gro_receive(struct sk_buff **head,
 
        rcu_read_lock();
        ptype = gro_find_receive_by_type(type);
-       if (ptype == NULL)
+       if (!ptype)
                goto out_unlock;
 
        grehlen = GRE_HEADER_SECTION;
This page took 0.024502 seconds and 5 git commands to generate.