From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 9 Jun 2011 17:03:23 +0200 References: <1307565233-15101-1-git-send-email-sven@narfation.org> In-Reply-To: <1307565233-15101-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: <201106091703.23937.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Remove cast after kmalloc 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 Wednesday, June 08, 2011 10:33:53 PM Sven Eckelmann wrote: > Casting (void *) value returned by kmalloc is useless as mentioned in > Documentation/CodingStyle, Chap 14. > > This regression was introduced in > cea194d90b11aff7fc289149e4c7f305fad3535a Applied in revision 4591fc4. Thanks, Marek