From: Duan Jiong Date: Mon, 15 Dec 2014 06:58:53 +0000 (+0800) Subject: fib_trie.txt: fix typo X-Git-Tag: v3.19-rc1~32^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd223068fc3467e10ecbba52e1bdb10aad3988b3;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: David S. Miller --- diff --git a/Documentation/networking/fib_trie.txt b/Documentation/networking/fib_trie.txt index 0723db7f8495a..fe719388518ba 100644 --- a/Documentation/networking/fib_trie.txt +++ b/Documentation/networking/fib_trie.txt @@ -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()