[NETFILTER]: Rename misnamed function
[deliverable/linux.git] / net / ipv4 / netfilter / ip_conntrack_core.c
index f8cd8e42961ef1f48c516dcdf4e051685745e902..c1f82e0c81cf64d1c7f094621ff4f35fbd5b2d45 100644 (file)
@@ -233,7 +233,7 @@ __ip_conntrack_expect_find(const struct ip_conntrack_tuple *tuple)
 
 /* Just find a expectation corresponding to a tuple. */
 struct ip_conntrack_expect *
-ip_conntrack_expect_find_get(const struct ip_conntrack_tuple *tuple)
+ip_conntrack_expect_find(const struct ip_conntrack_tuple *tuple)
 {
        struct ip_conntrack_expect *i;
        
This page took 0.042641 seconds and 5 git commands to generate.