diff options
author | Duan Jiong <duanj.fnst@cn.fujitsu.com> | 2014-12-15 01:58:53 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-12-15 11:45:15 -0500 |
commit | fd223068fc3467e10ecbba52e1bdb10aad3988b3 (patch) | |
tree | a13bb2843b9f8ed6e999f3c7777fbf14b3532a04 /Documentation | |
parent | 0f9a2a9c08ad3579822503d5cfa1f6b128c28a99 (diff) |
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: Duan Jiong <duanj.fnst@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/fib_trie.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/fib_trie.txt b/Documentation/networking/fib_trie.txt index 0723db7f8495..fe719388518b 100644 --- a/Documentation/networking/fib_trie.txt +++ b/Documentation/networking/fib_trie.txt | |||
@@ -73,8 +73,8 @@ trie_leaf_remove() | |||
73 | 73 | ||
74 | trie_rebalance() | 74 | trie_rebalance() |
75 | The key function for the dynamic trie after any change in the trie | 75 | The key function for the dynamic trie after any change in the trie |
76 | it is run to optimize and reorganize. Tt will walk the trie upwards | 76 | it is run to optimize and reorganize. It will walk the trie upwards |
77 | towards the root from a given tnode, doing a resize() at each step | 77 | towards the root from a given tnode, doing a resize() at each step |
78 | to implement level compression. | 78 | to implement level compression. |
79 | 79 | ||
80 | resize() | 80 | resize() |