On 11/07/14 14:26, Martin Hundebøll wrote:
Signed-off-by: Martin Hundebøll martin@hundeboll.net
bridge_loop_avoidance.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/bridge_loop_avoidance.c b/bridge_loop_avoidance.c index a957c81..9946006 100644 --- a/bridge_loop_avoidance.c +++ b/bridge_loop_avoidance.c @@ -252,7 +252,7 @@ batadv_bla_del_backbone_claims(struct batadv_bla_backbone_gw *backbone_gw) /**
- batadv_bla_send_claim - sends a claim frame according to the provided info
- @bat_priv: the bat priv with all the soft interface information
- @orig: the mac address to be announced within the claim
*/
- @mac: the mac address to be announced within the claim
- @vid: the VLAN ID
- @claimtype: the type of the claim (CLAIM, UNCLAIM, ANNOUNCE, ...)
@@ -364,6 +364,7 @@ out:
- @bat_priv: the bat priv with all the soft interface information
- @orig: the mac address of the originator
- @vid: the VLAN ID
- @own_backbone: set if the requested backbone is local
too many white spaces ^^
Cheers,