On Saturday, May 12, 2012 08:09:43 Sven Eckelmann wrote:
batman-adv doesn't follow the style for multiline comments that David S. Miller prefers. All comments should be reformatted to follow this consistent style to make the code slightly more readable.
Signed-off-by: Sven Eckelmann sven@narfation.org
bat_algo.h | 4 +-- bat_debugfs.c | 4 +-- bat_debugfs.h | 5 +-- bat_iv_ogm.c | 75 ++++++++++++++++++++++++------------------- bat_sysfs.c | 13 ++++---- bat_sysfs.h | 5 +-- bitarray.c | 17 ++++------ bitarray.h | 10 +++--- bridge_loop_avoidance.c | 67 +++++++++++---------------------------- bridge_loop_avoidance.h | 4 +-- compat.c | 3 +- compat.h | 3 +- distributed-arp-table.c | 10 +++--- distributed-arp-table.h | 4 +-- gateway_client.c | 41 +++++++++++------------- gateway_client.h | 4 +-- gateway_common.c | 9 ++---- gateway_common.h | 4 +-- hard-interface.c | 23 ++++++-------- hard-interface.h | 4 +-- hash.c | 4 +-- hash.h | 24 +++++++------- icmp_socket.c | 7 ++-- icmp_socket.h | 4 +-- main.c | 10 +++--- main.h | 38 +++++++++++----------- originator.c | 13 ++++---- originator.h | 9 +++--- packet.h | 21 ++++++------ ring_buffer.c | 4 +-- ring_buffer.h | 4 +-- routing.c | 70 +++++++++++++++++++++++----------------- routing.h | 4 +-- send.c | 32 ++++++++----------- send.h | 4 +-- soft-interface.c | 27 ++++++++-------- soft-interface.h | 4 +-- translation-table.c | 81 +++++++++++++++++++++++++++++------------------ translation-table.h | 4 +-- types.h | 29 ++++++++--------- unicast.c | 13 ++++---- unicast.h | 4 +-- vis.c | 39 ++++++++++++++--------- vis.h | 8 ++--- 44 files changed, 363 insertions(+), 403 deletions(-)
Applied in revision a3a6d55.
Thanks, Marek