mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-05-28 10:12:25 +00:00
batman-adv: Fix kernel-doc for batadv_claim_free_ref
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by: Antonio Quartulli <a@unstable.cc>
This commit is contained in:
parent
600184b705
commit
ec9b83ca5f
@ -165,7 +165,8 @@ static void batadv_claim_release(struct batadv_bla_claim *claim)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* batadv_claim_free_rcu - free a claim
|
* batadv_claim_free_ref - decrement the claim refcounter and possibly
|
||||||
|
* release it
|
||||||
* @claim: claim to be free'd
|
* @claim: claim to be free'd
|
||||||
*/
|
*/
|
||||||
static void batadv_claim_free_ref(struct batadv_bla_claim *claim)
|
static void batadv_claim_free_ref(struct batadv_bla_claim *claim)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user