ipv4: coding style: comparison for equality with NULL
[deliverable/linux.git] / net / ipv4 / geneve.c
index 5a4828ba05ad7997998e400d10bc8b1dfbe99db0..a7d8be3dd3deff4a78c0ff87b846f2f27f304419 100644 (file)
@@ -196,7 +196,7 @@ static struct sk_buff **geneve_gro_receive(struct sk_buff **head,
 
        rcu_read_lock();
        ptype = gro_find_receive_by_type(type);
-       if (ptype == NULL) {
+       if (!ptype) {
                flush = 1;
                goto out_unlock;
        }
This page took 0.042355 seconds and 5 git commands to generate.