Skip to content

Commit

Permalink
batman-adv: a multiline comment should precede the variable it is des…
Browse files Browse the repository at this point in the history
…cribing

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

Signed-off-by: Antonio Quartulli <[email protected]>
Acked-by: Sven Eckelmann <[email protected]>
Signed-off-by: Sven Eckelmann <[email protected]>
  • Loading branch information
Antonio Quartulli authored and ecsv committed May 30, 2011
1 parent 44e92bc commit 4021967
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions net/batman-adv/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ 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. */
unsigned long first_seen;
/* 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;
Expand Down

0 comments on commit 4021967

Please sign in to comment.