param_limit: improve printing the limit
commitc085ecb219ffdd3b3bc543a812e7961836304e5a
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 8 May 2023 18:23:38 +0000 (8 21:23 +0300)
committerDan Carpenter <dan.carpenter@linaro.org>
Mon, 8 May 2023 18:23:38 +0000 (8 21:23 +0300)
tree837b9578f24335a7173c805b5630085bee30a56e
parent9f9007705550af7c62929dc0f6c71cbd5a3d7006
param_limit: improve printing the limit

Originally, what this did was it say you have a limit, then look up the
symbol and see if it's a param.  Now it says, get the original name for
that, then look up the symbol.  I think this is going to be more accurate.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
smatch_param_limit.c