]> git.proxmox.com Git - mirror_ovs.git/commit
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:52:59 +0000 (14:52 -0700)
commit197573ac0229b694461d0d98e7e5172c068ab20c
treeba3e5085f2decc7721d23ecf4029e763d3334b72
parent31125ebd8f9b946dc69baadb0f4b2043760e5f6e
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