Commit fd223068 authored by Duan Jiong's avatar Duan Jiong Committed by David S. Miller

fib_trie.txt: fix typo

Fix the typo, there should be "It".
On the other hand, fix whitespace errors detected by checkpatch.pl
Signed-off-by: default avatarDuan Jiong <duanj.fnst@cn.fujitsu.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0f9a2a9c
...@@ -73,8 +73,8 @@ trie_leaf_remove() ...@@ -73,8 +73,8 @@ trie_leaf_remove()
trie_rebalance() trie_rebalance()
The key function for the dynamic trie after any change in the trie 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 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 towards the root from a given tnode, doing a resize() at each step
to implement level compression. to implement level compression.
resize() resize()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment