user_data: use is_capped() function
commit2693bc2158f934954100f9cade49be507ea4a5c9
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 22 Oct 2011 08:21:10 +0000 (22 11:21 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Sat, 22 Oct 2011 08:30:03 +0000 (22 11:30 +0300)
treea936444a7f992f890f47b44df4e442860fcbc53e
parent68e9450102fb3e00ffe498c9b54df992a5b948ca
user_data: use is_capped() function

There is a whole lot of duplicated code here from smatch_capped.c but I
can't get rid of it because of how the struct_member callbacks work.  :(

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