diff options
Diffstat (limited to 'net/batman-adv/vis.c')
-rw-r--r-- | net/batman-adv/vis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/vis.c b/net/batman-adv/vis.c index adb0327ff28b..b48954cd1e12 100644 --- a/net/batman-adv/vis.c +++ b/net/batman-adv/vis.c | |||
@@ -621,7 +621,7 @@ static int generate_vis_packet(struct bat_priv *bat_priv) | |||
621 | struct hlist_head *head; | 621 | struct hlist_head *head; |
622 | struct orig_node *orig_node; | 622 | struct orig_node *orig_node; |
623 | struct neigh_node *router; | 623 | struct neigh_node *router; |
624 | struct vis_info *info = (struct vis_info *)bat_priv->my_vis_info; | 624 | struct vis_info *info = bat_priv->my_vis_info; |
625 | struct vis_packet *packet = (struct vis_packet *)info->skb_packet->data; | 625 | struct vis_packet *packet = (struct vis_packet *)info->skb_packet->data; |
626 | struct vis_info_entry *entry; | 626 | struct vis_info_entry *entry; |
627 | struct tt_local_entry *tt_local_entry; | 627 | struct tt_local_entry *tt_local_entry; |