unused_return: print function name that was ignored
commit495720f9ac6283c4d840aa46ab34180ecc4314ca
authorDan Carpenter <error27@gmail.com>
Sat, 15 May 2010 13:09:02 +0000 (15 15:09 +0200)
committerDan Carpenter <error27@gmail.com>
Sat, 15 May 2010 13:09:02 +0000 (15 15:09 +0200)
tree4be0d97c27eb2c6ba851823c10bb21dafad4ecd3
parentaeb22ef540ff997a84e14688e375baf4ad896d3f
unused_return: print function name that was ignored

The new output format is:
warn: unused return: found = e820_search_gap()

Also I fixed a bug where the kernel_ignored functions were not actually
being ignored.  And I added a couple more functions to the ignore list.

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