From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 12 Dec 2010 20:29:46 +0100 References: <1291233547-9437-1-git-send-email-sven.eckelmann@gmx.de> In-Reply-To: <1291233547-9437-1-git-send-email-sven.eckelmann@gmx.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201012122029.47019.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Use kernel facilities for bit operations 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 01 December 2010 20:59:07 Sven Eckelmann wrote: > set_bit and test_bit provide an efficient way to set and test bits of an > unsigned long. Since test_bit() / set_bit() expect 32Bit values we should at least add a comment next to TYPE_OF_WORD, so that nobody changes this define ?! Cheers, Marek