cleanup: math: rename a variable from "tmp_ret" to "ret".
commit2e89e4c56dc1d6c3f9ecaa876251f64db2c1e77b
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 13 Nov 2012 07:12:41 +0000 (13 10:12 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 13 Nov 2012 07:12:41 +0000 (13 10:12 +0300)
tree01d00c55416055ff134d0382b116dca841a7e68f
parente6e02bf58a0fe904c6fd55b8f2b78463957e3328
cleanup: math: rename a variable from "tmp_ret" to "ret".

The "tmp_ret" name was to ease the transition when we had both sval_t and
long long returns.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_math.c