From: Joe Perches Date: Wed, 3 Jul 2013 22:05:25 +0000 (-0700) Subject: checkpatch: warn on comparisons to jiffies X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~231 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ec19390effc9131132901e8a66a071a7b74a88;p=pandora-kernel.git checkpatch: warn on comparisons to jiffies Comparing jiffies is almost always wrong and time_before and time_after should be used instead. Warn on any comparison to jiffies. Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed