From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 15 Dec 2012 16:24:54 +0800 References: <1354887336-17257-1-git-send-email-ordex@autistici.org> In-Reply-To: <1354887336-17257-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201212151624.54758.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: use the const qualifier in hash 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 Friday, December 07, 2012 21:35:36 Antonio Quartulli wrote: > From: Antonio Quartulli > > The data argument in each hash function should carry the > "const" qualifier as it is never modified. > > Signed-off-by: Antonio Quartulli > --- > bridge_loop_avoidance.c | 2 +- > hash.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) Applied in revision 6f9250b. Thanks, Marek