debug: print if you give a bad check name to __smatch_states()
commit6bfb331d322c756b09ef6ad158a38a9b551297dc
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 15 Jul 2016 13:31:47 +0000 (15 16:31 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Sat, 16 Jul 2016 21:44:53 +0000 (17 00:44 +0300)
tree456b171e0b0d159897c9ad619f2beea98487b1d7
parentca989facc92e3265f276f53d7ebaa0eb6e8d2d0a
debug: print if you give a bad check name to __smatch_states()

Quite often I think there are no states and I'm puzzled but actually the
problem is that was using the wrong name.

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