From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 18 Aug 2013 22:06:45 +0800 References: <1376822403-3383-1-git-send-email-ordex@autistici.org> In-Reply-To: <1376822403-3383-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: <201308182206.45373.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH maint] batman-adv: fix variable name in compat code 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 Cc: Antonio Quartulli On Sunday, August 18, 2013 18:40:03 Antonio Quartulli wrote: > compat code introduced by > 0d941e82ab5f92faf33bee6abdde519056f3ac2d > ("batman-adv: Unmap fragment page once iterator is done") > is declaring a variable having the same name of one used in > the batman-adv code. Rename it to prevent sparse warnings. > > Signed-off-by: Antonio Quartulli > --- > compat.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied in revision e39bc52. Thanks, Marek