From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 24 Sep 2013 20:25:53 +0800 Message-ID: <7713506.B9Eh2S0lu4@diderot> In-Reply-To: <1379874410-3354-1-git-send-email-antonio@meshcoding.com> References: <1379874410-3354-1-git-send-email-antonio@meshcoding.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [B.A.T.M.A.N.] [PATCH next] batman-adv: no need for return in void functions 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: b.a.t.m.a.n@lists.open-mesh.org Cc: Antonio Quartulli On Sunday 22 September 2013 20:26:50 Antonio Quartulli wrote: > Only network-coding.h is using "return;" inside void stub > functions. This is not a consistent with the rest of the code, > therefore don't continue to do as such. > (Other stub functions will be cleaned later) > > Introduced by 7dd9d8992b0c197ba656a6d9a70966cea10fc2d9 > ("batman-adv: tvlv - add network coding container") > > Signed-off-by: Antonio Quartulli > --- > network-coding.h | 1 - > 1 file changed, 1 deletion(-) Applied in revision 96cebef. Thanks, Marek