projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44e92bc
)
batman-adv: a multiline comment should precede the variable it is describing
author
Antonio Quartulli
<
[email protected]
>
Wed, 18 May 2011 14:47:23 +0000
(16:47 +0200)
committer
Sven Eckelmann
<
[email protected]
>
Mon, 30 May 2011 05:39:36 +0000
(07:39 +0200)
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]
>
net/batman-adv/types.h
patch
|
blob
|
history
diff --git
a/net/batman-adv/types.h
b/net/batman-adv/types.h
index fab70e8b16eec08ae8301850768b3691a035652b..65b32223d104727e94a3b2decdedf1fedd51a8a1 100644
(file)
--- a/
net/batman-adv/types.h
+++ b/
net/batman-adv/types.h
@@
-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;