lib/classifier: Clarify trie_lookup_value().
authorJarno Rajahalme <jrajahalme@nicira.com>
Fri, 13 Jun 2014 21:52:59 +0000 (14:52 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Fri, 13 Jun 2014 21:55:04 +0000 (14:55 -0700)
commit3da7ade16b791fc8d62eaffb97609700de23620b
treebc268eaa692f3e7bdb5aec752e307f064fa3633e
parent33d15fbdcded3bc34719abbf647a60a2d1357917
lib/classifier: Clarify trie_lookup_value().

trie_lookup_value() is easier to read with the local variable 'plen'
renamed as 'ofs'.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/classifier.c