Skip to content

Commit

Permalink
fib_trie.txt: fix typo
Browse files Browse the repository at this point in the history
Fix the typo, there should be "It".
On the other hand, fix whitespace errors detected by checkpatch.pl

Signed-off-by: Duan Jiong <duanj.fnst@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Duan Jiong authored and David S. Miller committed Dec 15, 2014
1 parent 0f9a2a9 commit fd22306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/networking/fib_trie.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ trie_leaf_remove()

trie_rebalance()
The key function for the dynamic trie after any change in the trie
it is run to optimize and reorganize. Tt will walk the trie upwards
towards the root from a given tnode, doing a resize() at each step
it is run to optimize and reorganize. It will walk the trie upwards
towards the root from a given tnode, doing a resize() at each step
to implement level compression.

resize()
Expand Down

0 comments on commit fd22306

Please sign in to comment.