Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Duan Jiong and committed by
David S. Miller
fd223068 0f9a2a9c

+2 -2
+2 -2
Documentation/networking/fib_trie.txt
··· 73 73 74 74 trie_rebalance() 75 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 77 - towards the root from a given tnode, doing a resize() at each step 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 78 78 to implement level compression. 79 79 80 80 resize()