From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 14 Feb 2011 13:57:35 +0100 References: <1297674623-3130-1-git-send-email-sven@narfation.org> In-Reply-To: <1297674623-3130-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201102141357.36274.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: else should follow close brace '}' 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 Monday 14 February 2011 10:10:23 Sven Eckelmann wrote: > gw_deselect(bat_priv); > - } > - else > + } else > rcu_read_unlock(); Applied in revision 1944. Thanks, Marek