From: Olof Johansson Date: Wed, 10 Aug 2005 03:24:39 +0000 (-0700) Subject: [IPV4]: FIB Trie cleanups. X-Git-Tag: v2.6.14-rc1~1035^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91b9a277fc4d207249e459a455abf804ebb5499d;p=pandora-kernel.git [IPV4]: FIB Trie cleanups. Below is a patch that cleans up some of this, supposedly without changing any behaviour: * Whitespace cleanups * Introduce DBG() * BUG_ON() instead of if () { BUG(); } * Remove some of the deep nesting to make the code flow more comprehensible * Some mask operations were simplified Signed-off-by: Olof Johansson Signed-off-by: Robert Olsson Signed-off-by: David S. Miller --- Reading git-diff-tree failed