Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40219672 authored by Antonio Quartulli's avatar Antonio Quartulli Committed by Sven Eckelmann
Browse files

batman-adv: a multiline comment should precede the variable it is describing



This comment has been wrongly put after the variable it refers to and was also bad indented

Signed-off-by: default avatarAntonio Quartulli <ordex@autistici.org>
Acked-by: default avatarSven Eckelmann <sven@narfation.org>
Signed-off-by: default avatarSven Eckelmann <sven@narfation.org>
parent 44e92bc8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -247,9 +247,9 @@ struct frag_packet_list_entry {

struct vis_info {
	unsigned long first_seen;
	struct list_head    recv_list;
	/* list of server-neighbors we received a vis-packet
	 * from.  we should not reply to them. */
	struct list_head recv_list;
	struct list_head send_list;
	struct kref refcount;
	struct hlist_node hash_entry;