From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 30 Jun 2012 11:56:55 +0200 References: <1340785387-3821-1-git-send-email-ordex@autistici.org> <1340785387-3821-3-git-send-email-ordex@autistici.org> In-Reply-To: <1340785387-3821-3-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201206301156.55486.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 2/4] batman-adv: implement batadv_tt_global_entry_get_orig() Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Wednesday, June 27, 2012 10:23:05 Antonio Quartulli wrote: > @@ -626,17 +626,17 @@ static void batadv_tt_changes_list_free(struct > batadv_priv *bat_priv) spin_unlock_bh(&bat_priv->tt_changes_list_lock); > } > > -/* find out if an orig_node is already in the list of a tt_global_entry. > - * returns 1 if found, 0 otherwise > +/* find out if an orig_node is already in the list of a tt_global_entry and > + * returns it with an increased refcounter if found, NULL otherwise. > + * > */ This empty line does not look David-compliant. Regards, Marek