math: cleanup: rename get_implied_single_fuzzy_max()
commit056f4686e5f47d7dd0d03fcd222fcf89afa0a4b8
authorDan Carpenter <error27@gmail.com>
Wed, 28 Apr 2010 19:30:40 +0000 (28 21:30 +0200)
committerDan Carpenter <error27@gmail.com>
Wed, 28 Apr 2010 19:30:40 +0000 (28 21:30 +0200)
tree1065776f4e06152edbfc44d1b19152af3666e8d2
parent94e274d8ad7fa8c2a05c6eab62cf5a49360a2323
math: cleanup: rename get_implied_single_fuzzy_max()

Rename get_implied_single_fuzzy_max() to get_fuzzy_max_helper() and do the
same thing for fuzzy min as well.  The original name was really long and
didn't even describe what the function was supposed to do.  It was
meaningless and nonsensical.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_math.c