*new* check_mod_timer: print an warning if someone calls mod_timer(&t, 1)
commit160b2450765e24b9deaed51e402066a3454f41d5
authorDan Carpenter <error27@gmail.com>
Tue, 23 Feb 2010 08:29:41 +0000 (23 11:29 +0300)
committerDan Carpenter <error27@gmail.com>
Tue, 23 Feb 2010 08:29:41 +0000 (23 11:29 +0300)
tree83408233bcd85f89950bb415acb612098aaa1c39
parent11f0bbfdad9c41dc3a7f351aaddae8de4a2a38dd
*new* check_mod_timer:  print an warning if someone calls mod_timer(&t, 1)

Apparently it's ok to call mod_timer(&t, 0).  There is only one place that
does this.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_list.h
check_mod_timer.c [new file with mode: 0644]