check_stack: tweak the output a bit
commit7f0d685755fe93eac397d6a3875a59a13afa0d2b
authorDan Carpenter <error27@gmail.com>
Wed, 10 Feb 2010 18:06:09 +0000 (10 21:06 +0300)
committerDan Carpenter <error27@gmail.com>
Wed, 10 Feb 2010 18:06:09 +0000 (10 21:06 +0300)
treeb650b79edbed8b08de6b45a96094bdfd11ee9791
parentb615bbd83a5cf299ceb8e69c1c67133c00bf3e56
check_stack:  tweak the output a bit

1) put single quotes around the variable name.
2) when printing functions that put too much on the stack print the line
   which puts the most on the stack (instead of just the last line in
   the function).

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_stack.c