batman-adv: Rename batadv_hardif *_free_ref function to *_put
[deliverable/linux.git] / net / batman-adv / hard-interface.h
index 5cecc6bc1b1ec2493bc866bd93d35cbd09a88331..d74f1983f33e1d430dbc332da510f6d24247aab7 100644 (file)
@@ -64,11 +64,11 @@ void batadv_update_min_mtu(struct net_device *soft_iface);
 void batadv_hardif_release(struct kref *ref);
 
 /**
- * batadv_hardif_free_ref - decrement the hard interface refcounter and possibly
+ * batadv_hardif_put - decrement the hard interface refcounter and possibly
  *  release it
  * @hard_iface: the hard interface to free
  */
-static inline void batadv_hardif_free_ref(struct batadv_hard_iface *hard_iface)
+static inline void batadv_hardif_put(struct batadv_hard_iface *hard_iface)
 {
        kref_put(&hard_iface->refcount, batadv_hardif_release);
 }
This page took 0.029401 seconds and 5 git commands to generate.