On Thursday, April 18, 2013 21:10:04 Antonio Quartulli wrote:
@@ -1380,16 +1380,14 @@ out: }
/* Calculates the checksum of the local table of a given orig_node */ -static uint16_t batadv_tt_global_crc(struct batadv_priv *bat_priv, +static uint32_t batadv_tt_global_crc(struct batadv_priv *bat_priv,
Don't forget the kernel doc here.
Cheers, Marek