提交 40219672 编写于 作者: A Antonio Quartulli 提交者: Sven Eckelmann

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: NAntonio Quartulli <ordex@autistici.org>
Acked-by: NSven Eckelmann <sven@narfation.org>
Signed-off-by: NSven Eckelmann <sven@narfation.org>
上级 44e92bc8
...@@ -246,10 +246,10 @@ struct frag_packet_list_entry { ...@@ -246,10 +246,10 @@ struct frag_packet_list_entry {
}; };
struct vis_info { struct vis_info {
unsigned long first_seen; unsigned long first_seen;
struct list_head recv_list; /* list of server-neighbors we received a vis-packet
/* list of server-neighbors we received a vis-packet * from. we should not reply to them. */
* from. we should not reply to them. */ struct list_head recv_list;
struct list_head send_list; struct list_head send_list;
struct kref refcount; struct kref refcount;
struct hlist_node hash_entry; struct hlist_node hash_entry;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册