From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 22 Dec 2011 20:27:45 +0800 References: <1324380794-2971-1-git-send-email-lindner_marek@yahoo.de> In-Reply-To: <1324380794-2971-1-git-send-email-lindner_marek@yahoo.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201112222027.45322.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: convert time_after instances to has_timed_out 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 Tuesday, December 20, 2011 19:33:14 Marek Lindner wrote: > To increase readability the has_timed_out() functions has been introduced. > This patch converts existing time_after() calls to use this wrapper > function (if applicable). > > Signed-off-by: Marek Lindner > --- > originator.c | 11 ++++------- > routing.c | 3 +-- > soft-interface.c | 4 ++-- > vis.c | 3 +-- > 4 files changed, 8 insertions(+), 13 deletions(-) Applied in revision a7fdb84. Regards, Marek