Skip to content

Commit

Permalink
[IPV4]: FIB Trie cleanups.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Olof Johansson authored and David S. Miller committed Aug 29, 2005
1 parent 7663f18 commit 91b9a27
Showing 1 changed file with 592 additions and 645 deletions.
Loading

0 comments on commit 91b9a27

Please sign in to comment.