]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge tag 'batadv-next-for-davem-20171220' of git://git.open-mesh.org/linux-merge
authorDavid S. Miller <davem@davemloft.net>
Wed, 20 Dec 2017 19:33:03 +0000 (14:33 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Dec 2017 19:33:03 +0000 (14:33 -0500)
Simon Wunderlich says:

====================
This feature/cleanup patchset includes the following patches:

 - bump version strings, by Simon Wunderlich

 - de-inline hash functions to save memory footprint, by Denys Vlasenko

 - Add License information to various files, by Sven Eckelmann (3 patches)

 - Change batman_adv.h from ISC to MIT, by Sven Eckelmann

 - Improve various includes, by Sven Eckelmann (5 patches)

 - Lots of kernel-doc work by Sven Eckelmann (8 patches)
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
1  2 
net/batman-adv/bat_iv_ogm.c
net/batman-adv/bat_v.c
net/batman-adv/fragmentation.c
net/batman-adv/tp_meter.c

Simple merge
Simple merge
Simple merge
index ebc4e2241c770d826fa8e731ba46ec043fe1992d,b443b9d2891886b9be47bc865e30cff8f8162d8a..7dcf2aa4deb53bb5a06ebf719c6ef57dff40a7a8
@@@ -481,8 -483,8 +483,8 @@@ static void batadv_tp_reset_sender_time
  }
  
  /**
-  * batadv_tp_sender_timeout - timer that fires in case of packet loss
+  * batadv_tp_sender_timeout() - timer that fires in case of packet loss
 - * @arg: address of the related tp_vars
 + * @t: address to timer_list inside tp_vars
   *
   * If fired it means that there was packet loss.
   * Switch to Slow Start, set the ss_threshold to half of the current cwnd and
@@@ -1104,9 -1107,9 +1107,9 @@@ static void batadv_tp_reset_receiver_ti
  }
  
  /**
-  * batadv_tp_receiver_shutdown - stop a tp meter receiver when timeout is
+  * batadv_tp_receiver_shutdown() - stop a tp meter receiver when timeout is
   *  reached without received ack
 - * @arg: address of the related tp_vars
 + * @t: address to timer_list inside tp_vars
   */
  static void batadv_tp_receiver_shutdown(struct timer_list *t)
  {