commit | 91b9a277fc4d207249e459a455abf804ebb5499d | [log] [tgz] |
---|---|---|
author | Olof Johansson <olof@lixom.net> | Tue Aug 09 20:24:39 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 15:53:52 2005 -0700 |
tree | a9e150feeec7788e59a9585e935189325a32e043 | |
parent | 7663f18807805f02608457af8e2f59eee5d910fd [diff] |
[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 <olof@lixom.net> Signed-off-by: Robert Olsson <robert.olsson@its.uu.se> Signed-off-by: David S. Miller <davem@davemloft.net>