fixup_kernel.sh: using LIMIT_VALUE instead of FILTER_VALUE
commit9869081f0eecaf00a49adcd2b8f40e3d440b05e5
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 9 Dec 2014 10:56:45 +0000 (9 13:56 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 9 Dec 2014 10:56:45 +0000 (9 13:56 +0300)
treec2b43bb9cacacd2a4a4b3857a0c7fa748022abdc
parent142082fc3737e915cd75bdbe2c31ca98519419f6
fixup_kernel.sh: using LIMIT_VALUE instead of FILTER_VALUE

LIMIT_VALUE is only for "$" and FILTER_VALUE is never for "$".  This is
"*$" so it's a FILTER_VALUE.

I don't think this affects anything but it's the correct thing to do.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/fixup_kernel.sh