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